aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-10 00:26:54 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-10 00:26:54 +0000
commit034fd45d55751069bf6588ffcc08932eff22cd82 (patch)
treea4d5ceb689dca8fe580becb7b9d807151ca55386
parent1b13e6fc4901f52f3b816a560b0ccb7ffe7c60ba (diff)
downloadgdb-034fd45d55751069bf6588ffcc08932eff22cd82.zip
gdb-034fd45d55751069bf6588ffcc08932eff22cd82.tar.gz
gdb-034fd45d55751069bf6588ffcc08932eff22cd82.tar.bz2
build gas on AIX
-rw-r--r--ChangeLog2
-rw-r--r--configure.in6
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index e2ded6c..910f79e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
- * configure.in: Stop putting binutils in noconfigdirs for
+ * configure.in: Stop putting gas and binutils in noconfigdirs for
powerpc-*-aix* and rs6000-*-*.
Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
diff --git a/configure.in b/configure.in
index 796cac0..6b6bd85 100644
--- a/configure.in
+++ b/configure.in
@@ -424,7 +424,7 @@ case "${target}" in
;;
powerpc-*-aix*)
# copied from rs6000-*-* entry
- noconfigdirs="$noconfigdirs gas ld gprof textutils cvs"
+ noconfigdirs="$noconfigdirs ld gprof textutils cvs"
;;
powerpc*-*-winnt* | powerpc*-*-pe*)
noconfigdirs="$noconfigdirs ld gdb"
@@ -433,13 +433,13 @@ case "${target}" in
# 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 gas ld newlib gprof textutils cvs"
+ noconfigdirs="$noconfigdirs ld newlib gprof textutils cvs"
use_gnu_ld=no
use_gnu_as=no
;;
rs6000-*-*)
# a gcc built textutils will cause the linker to hang on 'join'
- noconfigdirs="$noconfigdirs gas ld gprof textutils"
+ noconfigdirs="$noconfigdirs ld gprof textutils"
;;
m68k-*-netbsd*)
noconfigdirs="$noconfigdirs gdb"