mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* configure.in: Don't configure --with-gnu-ld on AIX.
This commit is contained in:
parent
556829bcb9
commit
3d40ace085
@ -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.
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user