mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-31 15:00:28 +00:00
Move cosmo-clang to libexec
The cosmo-clang command shouldn't be in the bin/ folder of cosmocc. It's intended as an implementation detail of `cosmocc -mclang`. Fixes #1317
This commit is contained in:
parent
26663dea9c
commit
4e44517c9c
2 changed files with 5 additions and 5 deletions
|
@ -89,10 +89,10 @@ use_gcc() {
|
|||
|
||||
use_clang() {
|
||||
CLANG=1
|
||||
CC_X86_64="$BIN/cosmo-clang"
|
||||
CC_AARCH64="$BIN/cosmo-clang"
|
||||
CXX_X86_64="$BIN/cosmo-clang"
|
||||
CXX_AARCH64="$BIN/cosmo-clang"
|
||||
CC_X86_64="$BIN/../libexec/clang"
|
||||
CC_AARCH64="$BIN/../libexec/clang"
|
||||
CXX_X86_64="$BIN/../libexec/clang"
|
||||
CXX_AARCH64="$BIN/../libexec/clang"
|
||||
TARGET_X86_64="--target=x86_64"
|
||||
TARGET_AARCH64="--target=aarch64"
|
||||
FPORTCOSMO=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue