* config.gcc (*-*-freebsd*): Remove configuration block.
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 20 Nov 2001 07:36:29 +0000 (07:36 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 20 Nov 2001 07:36:29 +0000 (07:36 +0000)
From-SVN: r47205

gcc/ChangeLog
gcc/config.gcc

index fc78ab4b9b1ae739b55ed02b6eb6ba701c4d3a88..25d452fbae605f69fcca4140a7f7b7770b03fc65 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-20  Loren J. Rittle  <ljrittle@acm.org>
+
+       * config.gcc (*-*-freebsd*): Remove configuration block.
+
 2001-11-19  Loren J. Rittle  <ljrittle@acm.org>
 
        bootstrap/4422
index fa9d6ae22949595a2f93b62abce7d6f8b0e5d22d..96609c93732e668e393e0c63e5a8225113189d5c 100644 (file)
@@ -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