Do not build ld for native AIX platforms.
This commit is contained in:
parent
e5af6ca113
commit
53ca6d03e5
@ -1,3 +1,8 @@
|
|||||||
|
1999-08-27 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Do not configure or build ld for AIX
|
||||||
|
platforms. ld is known to be broken on these platforms.
|
||||||
|
|
||||||
1999-08-09 Ian Lance Taylor <ian@zembu.com>
|
1999-08-09 Ian Lance Taylor <ian@zembu.com>
|
||||||
|
|
||||||
* Makefile.in (LDFLAGS): Define.
|
* Makefile.in (LDFLAGS): Define.
|
||||||
|
14
configure.in
14
configure.in
@ -744,8 +744,11 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
powerpc-*-aix*)
|
powerpc-*-aix*)
|
||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss"
|
# The configure and build of ld are currently disabled because
|
||||||
# This is needed until gcc and ld are fixed to work together.
|
# 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
|
use_gnu_ld=no
|
||||||
;;
|
;;
|
||||||
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
|
||||||
@ -769,8 +772,11 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc"
|
noconfigdirs="$noconfigdirs target-newlib gprof cvssrc"
|
||||||
;;
|
;;
|
||||||
rs6000-*-aix*)
|
rs6000-*-aix*)
|
||||||
noconfigdirs="$noconfigdirs gprof"
|
# The configure and build of ld are currently disabled because
|
||||||
# This is needed until gcc and ld are fixed to work together.
|
# 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
|
use_gnu_ld=no
|
||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user