summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-08 21:58:22 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-09-08 21:58:22 +0000
commit01bb40c7d460f942539233b1e15cdff79cd3d796 (patch)
tree0c1503baf115a2be5d82c5a08fcce240f664d1fb
parent7a1ec54fc1664107579587685a068e91d9f6b561 (diff)
downloadppe42-gcc-01bb40c7d460f942539233b1e15cdff79cd3d796.tar.gz
ppe42-gcc-01bb40c7d460f942539233b1e15cdff79cd3d796.zip
* 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
-rw-r--r--gcc/ChangeLog5
-rwxr-xr-xgcc/configure5
-rw-r--r--gcc/configure.in1
3 files changed, 9 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index adb9379b0f7..fbe1baebe9d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 8 22:56:12 1998 Jeffrey A Law (law@cygnus.com)
+
+ * configure.in (m68k-next-nextstep3*): Use collect2.
+ * configure: Rebuilt.
+
Tue Sep 8 01:38:57 1998 Nathan Sidwell <nathan@acm.org>
* configure.in: Don't assume srcdir is .../gcc
diff --git a/gcc/configure b/gcc/configure
index 8c3a3b068ca..f6d1e3cad97 100755
--- a/gcc/configure
+++ b/gcc/configure
@@ -3661,6 +3661,7 @@ for machine in $build $host $target; do
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'
@@ -5442,7 +5443,7 @@ fi
# Figure out what assembler alignment features are present.
echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
-echo "configure:5446: checking assembler alignment features" >&5
+echo "configure:5447: checking assembler alignment features" >&5
gcc_cv_as=
gcc_cv_as_alignment_features=
gcc_cv_as_gas_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/gas
@@ -5707,7 +5708,7 @@ fi
# Warn if using init_priority.
echo $ac_n "checking whether to enable init_priority by default""... $ac_c" 1>&6
-echo "configure:5711: checking whether to enable init_priority by default" >&5
+echo "configure:5712: checking whether to enable init_priority by default" >&5
if test x$enable_init_priority != xyes; then
enable_init_priority=no
fi
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'
OpenPOWER on IntegriCloud