X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.in;h=a9221a66710ea45553c1b165a0130a8f4835142d;hb=01c7f6303d089314bb9463fdb7a21309a49f6d2b;hp=6815d0725f176185f6abc3d111ca98f850f001e0;hpb=ed288bb597072176e84fc8279707a3f2f475779b;p=deliverable%2Fbinutils-gdb.git diff --git a/configure.in b/configure.in index 6815d0725f..a9221a6671 100644 --- a/configure.in +++ b/configure.in @@ -744,8 +744,11 @@ case "${target}" in ;; powerpc-*-aix*) # copied from rs6000-*-* entry - noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss" - # This is needed until gcc and ld are fixed to work together. + # 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 ld" use_gnu_ld=no ;; powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe) @@ -769,8 +772,11 @@ case "${target}" in noconfigdirs="$noconfigdirs target-newlib gprof cvssrc" ;; rs6000-*-aix*) - noconfigdirs="$noconfigdirs gprof" - # This is needed until gcc and ld are fixed to work together. + # 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 ld" use_gnu_ld=no ;; rs6000-*-*)