diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-08 21:58:22 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-08 21:58:22 +0000 |
commit | 01bb40c7d460f942539233b1e15cdff79cd3d796 (patch) | |
tree | 0c1503baf115a2be5d82c5a08fcce240f664d1fb /gcc/configure.in | |
parent | 7a1ec54fc1664107579587685a068e91d9f6b561 (diff) | |
download | gcc-01bb40c7d460f942539233b1e15cdff79cd3d796.tar.gz |
* configure.in (m68k-next-nextstep3*): Use collect2.
* configure: Rebuilt.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r-- | gcc/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 8f0a5c2216b..601423c1cc4 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -1776,6 +1776,7 @@ changequote([,])dnl xmake_file=m68k/x-next extra_objs=nextstep.o extra_headers=math-68881.h + use_collect2=yes float_format=m68k if test x$enable_threads = xyes; then thread_file='mach' |