diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-09-08 23:52:38 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-09-08 17:52:38 -0600 |
commit | 8054084fa4bbd04f55dbf537e6d0680bd9a55ad2 (patch) | |
tree | b3a41134cce36b680a3112752d1082e828ac5c6f /gcc | |
parent | 7e24ffc9244a0ebd7184714782987b6f7628393d (diff) | |
download | gcc-8054084fa4bbd04f55dbf537e6d0680bd9a55ad2.zip gcc-8054084fa4bbd04f55dbf537e6d0680bd9a55ad2.tar.gz gcc-8054084fa4bbd04f55dbf537e6d0680bd9a55ad2.tar.bz2 |
configure.in (m68k-next-nextstep3*): Use collect2.
* configure.in (m68k-next-nextstep3*): Use collect2.
Similarly for x86 NeXT configurations.
* configure: Rebuilt.
From-SVN: r22340
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rwxr-xr-x | gcc/configure | 5 | ||||
-rw-r--r-- | gcc/configure.in | 1 |
3 files changed, 11 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8586b04..43e9d64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 9 00:10:31 1998 Jeffrey A Law (law@cygnus.com) + + * prefix.c (update_path): Correctly handle cases where PATH is + a substring of the builtin prefix, but specifies a different + directory location. + Tue Sep 8 23:46:04 1998 Hans-Peter Nilsson <hp@axis.se> * expr.c: Corrected comment about what MOVE_RATIO does. @@ -9,6 +15,7 @@ Tue Sep 8 23:46:04 1998 Hans-Peter Nilsson <hp@axis.se> Tue Sep 8 22:56:12 1998 Jeffrey A Law (law@cygnus.com) * configure.in (m68k-next-nextstep3*): Use collect2. + Similarly for x86 NeXT configurations. * configure: Rebuilt. Tue Sep 8 01:38:57 1998 Nathan Sidwell <nathan@acm.org> diff --git a/gcc/configure b/gcc/configure index f6d1e3c..92fdf87 100755 --- a/gcc/configure +++ b/gcc/configure @@ -2867,6 +2867,7 @@ for machine in $build $host $target; do tmake_file=i386/t-next xmake_file=i386/x-next extra_objs=nextstep.o + use_collect2=yes if test x$enable_threads = xyes; then thread_file='mach' fi @@ -5443,7 +5444,7 @@ fi # Figure out what assembler alignment features are present. echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6 -echo "configure:5447: checking assembler alignment features" >&5 +echo "configure:5448: 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 @@ -5708,7 +5709,7 @@ fi # Warn if using init_priority. echo $ac_n "checking whether to enable init_priority by default""... $ac_c" 1>&6 -echo "configure:5712: checking whether to enable init_priority by default" >&5 +echo "configure:5713: 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 601423c..fb83f53 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -898,6 +898,7 @@ changequote([,])dnl tmake_file=i386/t-next xmake_file=i386/x-next extra_objs=nextstep.o + use_collect2=yes if test x$enable_threads = xyes; then thread_file='mach' fi |