aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-30 23:58:15 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-30 23:58:15 +0000
commit92caaa6a626f097e57742260c7d3bf71da10097d (patch)
tree86f5f401a37cf822d2800934ddc0b0c6688684c8
parentf630a0a41a9971b83f025bfa3a2713d9b71ac912 (diff)
downloadgdb-92caaa6a626f097e57742260c7d3bf71da10097d.zip
gdb-92caaa6a626f097e57742260c7d3bf71da10097d.tar.gz
gdb-92caaa6a626f097e57742260c7d3bf71da10097d.tar.bz2
* configure.in: Build the linker on AIX.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in10
2 files changed, 7 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index ee6e0f0..66634d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * configure.in: Build the linker on AIX.
+
Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
* Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
diff --git a/configure.in b/configure.in
index 24aed3a..0d18965 100644
--- a/configure.in
+++ b/configure.in
@@ -442,22 +442,18 @@ case "${target}" in
# end-sanitize-jaguar
powerpc-*-aix*)
# copied from rs6000-*-* entry
- noconfigdirs="$noconfigdirs ld gprof textutils cvs"
+ noconfigdirs="$noconfigdirs gprof cvs"
;;
powerpc*-*-winnt* | powerpc*-*-pe*)
noconfigdirs="$noconfigdirs ld gdb"
;;
rs6000-*-lynxos*)
- # a gcc built textutils will cause the linker to hang on 'join'
# The CVS server code doesn't work on the RS/6000
# Newlib makes problems for libg++ in crosses.
- noconfigdirs="$noconfigdirs ld target-newlib gprof textutils cvs"
- use_gnu_ld=no
- use_gnu_as=no
+ noconfigdirs="$noconfigdirs target-newlib gprof cvs"
;;
rs6000-*-*)
- # a gcc built textutils will cause the linker to hang on 'join'
- noconfigdirs="$noconfigdirs ld gprof textutils"
+ noconfigdirs="$noconfigdirs gprof"
;;
m68k-*-netbsd*)
noconfigdirs="$noconfigdirs gdb"