summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2001-05-24 21:06:16 +0000
committerTom Rix <trix@redhat.com>2001-05-24 21:06:16 +0000
commit3ed3570b680b793c7bb710654b0907b00571fc73 (patch)
treecffaf8bd6e4fb9fcf2a132b4af434372b7dd73b7 /configure.in
parent0f674cdc0f87982eeaf124b876d4d9e844a9aad1 (diff)
downloadcygnal-3ed3570b680b793c7bb710654b0907b00571fc73.tar.gz
cygnal-3ed3570b680b793c7bb710654b0907b00571fc73.tar.bz2
cygnal-3ed3570b680b793c7bb710654b0907b00571fc73.zip
Support for xcoff64, enable ld for aix
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in15
1 files changed, 3 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index eb346cb41..93afaca68 100644
--- a/configure.in
+++ b/configure.in
@@ -814,12 +814,7 @@ case "${target}" in
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry
- # The configure and build of ld are currently disabled because
- # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
- # The symptom is that GDBtk 4.18 fails at startup with a segfault
- # if linked by GNU ld, but not if linked by the native ld.
- noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss target-libffi ld"
- use_gnu_ld=no
+ use_gnu_ld=yes
;;
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
target_configdirs="$target_configdirs target-winsup"
@@ -844,12 +839,8 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc target-libffi"
;;
rs6000-*-aix*)
- # The configure and build of ld are currently disabled because
- # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
- # The symptom is that GDBtk 4.18 fails at startup with a segfault
- # if linked by GNU ld, but not if linked by the native ld.
- noconfigdirs="$noconfigdirs gprof target-libffi ld"
- use_gnu_ld=no
+ noconfigdirs="$noconfigdirs gprof target-libffi"
+ use_gnu_ld=yes
;;
rs6000-*-*)
noconfigdirs="$noconfigdirs gprof target-libffi"