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

From-SVN: r20551
This commit is contained in:
Jason Merrill 1998-06-17 22:32:50 +00:00 committed by Jason Merrill
parent db02b6b9b0
commit ca8c3b3712
3 changed files with 15 additions and 7 deletions

View 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

10
gcc/configure vendored
View File

@ -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

View 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.