mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
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
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…
Reference in New Issue
Block a user