Support for xcoff64, enable ld for aix
authorTom Rix <trix@redhat.com>
Thu, 24 May 2001 21:06:16 +0000 (21:06 +0000)
committerTom Rix <trix@redhat.com>
Thu, 24 May 2001 21:06:16 +0000 (21:06 +0000)
ChangeLog
configure.in

index 6dc8419db453189ed2201ef62587be1a7ae64107..ba71166acf7e6f216d909ea193077ea0e2169bae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-24  Tom Rix <trix@redhat.com>
+
+       * configure.in : enable ld for aix
+       
 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
index eb346cb417e62b94adac2fec07b31ec8bed57832..93afaca68395716ccfb6dca5f406fe3ae177af33 100644 (file)
@@ -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"
This page took 0.028878 seconds and 4 git commands to generate.