build gas on AIX

This commit is contained in:
Ian Lance Taylor 1995-10-10 00:26:54 +00:00
parent 1b13e6fc49
commit 034fd45d55
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View 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"