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:
Will Andrews 2015-05-23 14:02:00 -06:00
parent a33b808ac0
commit 31764a98ff
1 changed files with 0 additions and 7 deletions

7
configure vendored
View File

@ -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