From: Loren J. Rittle Date: Tue, 20 Nov 2001 07:36:29 +0000 (+0000) Subject: * config.gcc (*-*-freebsd*): Remove configuration block. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5f4f16cdc5ae0b8b30203aa318d471fd524600e;p=gcc.git * config.gcc (*-*-freebsd*): Remove configuration block. From-SVN: r47205 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fc78ab4b9b1..25d452fbae6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-20 Loren J. Rittle + + * config.gcc (*-*-freebsd*): Remove configuration block. + 2001-11-19 Loren J. Rittle bootstrap/4422 diff --git a/gcc/config.gcc b/gcc/config.gcc index fa9d6ae2294..96609c93732 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