Commit a5f4f16c by Loren J. Rittle Committed by Loren J. Rittle

* config.gcc (*-*-freebsd*): Remove configuration block.

From-SVN: r47205
parent d8140df6
2001-11-20 Loren J. Rittle <ljrittle@acm.org>
* config.gcc (*-*-freebsd*): Remove configuration block.
2001-11-19 Loren J. Rittle <ljrittle@acm.org> 2001-11-19 Loren J. Rittle <ljrittle@acm.org>
bootstrap/4422 bootstrap/4422
......
...@@ -347,15 +347,6 @@ case $machine in ...@@ -347,15 +347,6 @@ case $machine in
*) echo 'Unknown thread configuration for FreeBSD'; exit 1;; *) echo 'Unknown thread configuration for FreeBSD'; exit 1;;
esac esac
fbsd_tm_file="${fbsd_tm_file} freebsd.h" 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 esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment