aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorLoren J. Rittle <ljrittle@acm.org>2001-11-20 07:36:29 +0000
committerLoren J. Rittle <ljrittle@gcc.gnu.org>2001-11-20 07:36:29 +0000
commita5f4f16cdc5ae0b8b30203aa318d471fd524600e (patch)
treebd123e780076c610349dece7102963788abb5ccc /gcc/config.gcc
parentd8140df6915304b7fb10115af35088642f6c083d (diff)
downloadgcc-a5f4f16cdc5ae0b8b30203aa318d471fd524600e.zip
gcc-a5f4f16cdc5ae0b8b30203aa318d471fd524600e.tar.gz
gcc-a5f4f16cdc5ae0b8b30203aa318d471fd524600e.tar.bz2
* config.gcc (*-*-freebsd*): Remove configuration block.
From-SVN: r47205
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index fa9d6ae..96609c9 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -347,15 +347,6 @@ case $machine in
*) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
esac
fbsd_tm_file="${fbsd_tm_file} freebsd.h"
- if test x${thread_file} = xposix; then
- if test x${enable_libgcj} = xyes; then
- echo 'FreeBSD does not currently handle --enable-threads (now'
- echo 'the default to match system compiler) and --enable-libgcj.'
- echo 'Please explicitly configure with --disable-threads or'
- echo '--disable-libgcj'
- exit 1
- fi
- fi
;;
esac