build gas on AIX
authorIan Lance Taylor <ian@airs.com>
Tue, 10 Oct 1995 00:26:54 +0000 (00:26 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 10 Oct 1995 00:26:54 +0000 (00:26 +0000)
ChangeLog
configure.in

index e2ded6c6c9d4c18400e8ca2c5485bd1ed9858d03..910f79eb5b9941d8938790e8e7cab30a1ee9606c 100644 (file)
--- 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>
index 796cac09838e302e36356d18326a119e6e9a0deb..6b6bd85a727977f9027942fcf2e56b4820a7ed2d 100644 (file)
@@ -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"
This page took 0.027712 seconds and 4 git commands to generate.