Commit ca8c3b37 by Jason Merrill Committed by Jason Merrill

* configure.in: Don't turn on collect2 unconditionally.

From-SVN: r20551
parent db02b6b9
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> 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 * cse.c (cse_basic_block): Don't include NOTE insns in the count
......
...@@ -4765,9 +4765,11 @@ for machine in $build $host $target; do ...@@ -4765,9 +4765,11 @@ for machine in $build $host $target; do
# No need for collect2 if we have the GNU linker. # No need for collect2 if we have the GNU linker.
# Actually, there is now; GNU ld doesn't handle the EH info or # Actually, there is now; GNU ld doesn't handle the EH info or
# collecting for shared libraries. # collecting for shared libraries.
# Instead we always turn on use_collect2; it's a rather heavyweight #case x$gnu_ld in
# solution to the problem, but it works. #xyes)
use_collect2=yes # use_collect2=
# ;;
#esac
# Save data on machine being used to compile GCC in build_xm_file. # 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. # Save data on host machine in vars host_xm_file and host_xmake_file.
...@@ -5131,7 +5133,7 @@ fi ...@@ -5131,7 +5133,7 @@ fi
# Figure out what assembler alignment features are present. # Figure out what assembler alignment features are present.
echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6 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=
gcc_cv_as_alignment_features= gcc_cv_as_alignment_features=
if [ -x as$host_exeext ]; then if [ -x as$host_exeext ]; then
......
...@@ -2921,9 +2921,11 @@ for machine in $build $host $target; do ...@@ -2921,9 +2921,11 @@ for machine in $build $host $target; do
# No need for collect2 if we have the GNU linker. # No need for collect2 if we have the GNU linker.
# Actually, there is now; GNU ld doesn't handle the EH info or # Actually, there is now; GNU ld doesn't handle the EH info or
# collecting for shared libraries. # collecting for shared libraries.
# Instead we always turn on use_collect2; it's a rather heavyweight #case x$gnu_ld in
# solution to the problem, but it works. #xyes)
use_collect2=yes # use_collect2=
# ;;
#esac
# Save data on machine being used to compile GCC in build_xm_file. # 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. # Save data on host machine in vars host_xm_file and host_xmake_file.
......
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