From 31764a98ffb33adc99b30482c2b70ee076bc0adb Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Sat, 23 May 2015 14:02:00 -0600 Subject: [PATCH] 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. --- configure | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configure b/configure index efa836ca976..4537615bb12 100755 --- a/configure +++ b/configure @@ -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