Skip to content

Commit 31764a9

Browse files
committed
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.
1 parent a33b808 commit 31764a9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

configure

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -848,13 +848,6 @@ then
848848
putvar CFG_LOCAL_RUST_ROOT
849849
fi
850850

851-
# Force freebsd to build with clang; gcc doesn't like us there
852-
if [ $CFG_OSTYPE = unknown-freebsd ]
853-
then
854-
step_msg "on FreeBSD, forcing use of clang"
855-
CFG_ENABLE_CLANG=1
856-
fi
857-
858851
# Force bitrig to build with clang; gcc doesn't like us there
859852
if [ $CFG_OSTYPE = unknown-bitrig ]
860853
then

0 commit comments

Comments
 (0)