* configure.in: Don't configure --with-gnu-ld on AIX.

This commit is contained in:
Ian Lance Taylor 1996-04-25 15:49:40 +00:00
parent 556829bcb9
commit 3d40ace085
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
* configure.in: Don't configure --with-gnu-ld on AIX.
Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
* configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.

View File

@ -458,6 +458,8 @@ case "${target}" in
powerpc-*-aix*)
# copied from rs6000-*-* entry
noconfigdirs="$noconfigdirs gprof cvs target-libgloss"
# This is needed until gcc and ld are fixed to work together.
use_gnu_ld=no
;;
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
target_configdirs="$target_configdirs target-winsup"
@ -474,6 +476,11 @@ case "${target}" in
# Newlib makes problems for libg++ in crosses.
noconfigdirs="$noconfigdirs target-newlib gprof cvs"
;;
rs6000-*-aix*)
noconfigdirs="$noconfigdirs gprof"
# This is needed until gcc and ld are fixed to work together.
use_gnu_ld=no
;;
rs6000-*-*)
noconfigdirs="$noconfigdirs gprof"
;;