Support for xcoff64, enable ld for aix
This commit is contained in:
parent
3b1b01cf25
commit
11a383ba17
@ -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>
|
2001-05-22 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
|
* ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
|
||||||
|
15
configure.in
15
configure.in
@ -814,12 +814,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
# The configure and build of ld are currently disabled because
|
use_gnu_ld=yes
|
||||||
# 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)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
@ -844,12 +839,8 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc target-libffi"
|
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc target-libffi"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
# The configure and build of ld are currently disabled because
|
noconfigdirs="$noconfigdirs gprof target-libffi"
|
||||||
# GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
|
use_gnu_ld=yes
|
||||||
# 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-*-*)
|
rs6000-*-*)
|
||||||
noconfigdirs="$noconfigdirs gprof target-libffi"
|
noconfigdirs="$noconfigdirs gprof target-libffi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user