This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

xcoff64 configure.in.patch




configure.in : enable ld on aix.

----------------------------------------------------------------------------
-


diff -rcp sources-original/src/configure.in sources/src/configure.in
*** sources-original/src/configure.in	Sat Jan 20 00:29:04 2001
--- sources/src/configure.in	Wed Jan 24 10:46:31 2001
*************** case "${target}" in
*** 793,804 ****
      ;;
    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
      ;;
    powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
      target_configdirs="$target_configdirs target-winsup"
--- 793,799 ----
      ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
!     noconfigdirs="$noconfigdirs target-libgloss target-libffi"
      ;;
    powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
      target_configdirs="$target_configdirs target-winsup"
*************** case "${target}" in
*** 823,834 ****
      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
      ;;
    rs6000-*-*)
      noconfigdirs="$noconfigdirs gprof target-libffi"
--- 818,824 ----
      noconfigdirs="$noconfigdirs target-newlib gprof cvssrc target-libffi"
      ;;
    rs6000-*-aix*)
!     noconfigdirs="$noconfigdirs gprof target-libffi"
      ;;
    rs6000-*-*)
      noconfigdirs="$noconfigdirs gprof target-libffi"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]