Don't force FreeBSD to use clang.
Newer gcc can be installed, so it should be used if possible. Checks elsewhere in configure should enforce this.
This commit is contained in:
parent
a33b808ac0
commit
31764a98ff
1 changed files with 0 additions and 7 deletions
7
configure
vendored
7
configure
vendored
|
@ -848,13 +848,6 @@ then
|
|||
putvar CFG_LOCAL_RUST_ROOT
|
||||
fi
|
||||
|
||||
# Force freebsd to build with clang; gcc doesn't like us there
|
||||
if [ $CFG_OSTYPE = unknown-freebsd ]
|
||||
then
|
||||
step_msg "on FreeBSD, forcing use of clang"
|
||||
CFG_ENABLE_CLANG=1
|
||||
fi
|
||||
|
||||
# Force bitrig to build with clang; gcc doesn't like us there
|
||||
if [ $CFG_OSTYPE = unknown-bitrig ]
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue