]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* configure.in: Don't turn on collect2 unconditionally.
authorJason Merrill <jason@yorick.cygnus.com>
Wed, 17 Jun 1998 22:32:50 +0000 (22:32 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 17 Jun 1998 22:32:50 +0000 (18:32 -0400)
From-SVN: r20551

gcc/ChangeLog
gcc/configure
gcc/configure.in

index d68654bad5bbb31abb3e8b03a83e8a32a5d14f01..f3b12f2307d9db46caa76efb40b15df9aefdb99e 100644 (file)
@@ -1,3 +1,7 @@
+Wed Jun 17 22:28:48 1998  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * configure.in: Don't turn on collect2 unconditionally.
+
 Wed Jun 17 20:20:48 1998  Mark Mitchell  <mark@markmitchell.com>
 
        * cse.c (cse_basic_block): Don't include NOTE insns in the count
index 1390118fbaa6ae184036808792737ed78ae14db7..4c2982f0b5dd8f91be8900c4b128535e2743fd29 100755 (executable)
@@ -4765,9 +4765,11 @@ for machine in $build $host $target; do
        # No need for collect2 if we have the GNU linker.
        # Actually, there is now; GNU ld doesn't handle the EH info or
        # collecting for shared libraries.
-       # Instead we always turn on use_collect2; it's a rather heavyweight
-       # solution to the problem, but it works.
-       use_collect2=yes
+       #case x$gnu_ld in
+       #xyes)
+       #       use_collect2=
+       #       ;;
+       #esac
 
 # Save data on machine being used to compile GCC in build_xm_file.
 # Save data on host machine in vars host_xm_file and host_xmake_file.
@@ -5131,7 +5133,7 @@ fi
 
 # Figure out what assembler alignment features are present.
 echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
-echo "configure:5135: checking assembler alignment features" >&5
+echo "configure:5137: checking assembler alignment features" >&5
 gcc_cv_as=
 gcc_cv_as_alignment_features=
 if [ -x as$host_exeext ]; then
index 377e54521b47525a7d3f5f8c442651b8c156ee07..aae12ba5905186845f4d462b538267a205c75419 100644 (file)
@@ -2921,9 +2921,11 @@ for machine in $build $host $target; do
        # No need for collect2 if we have the GNU linker.
        # Actually, there is now; GNU ld doesn't handle the EH info or
        # collecting for shared libraries.
-       # Instead we always turn on use_collect2; it's a rather heavyweight
-       # solution to the problem, but it works.
-       use_collect2=yes
+       #case x$gnu_ld in
+       #xyes)
+       #       use_collect2=
+       #       ;;
+       #esac
 
 # Save data on machine being used to compile GCC in build_xm_file.
 # Save data on host machine in vars host_xm_file and host_xmake_file.