From 034fd45d55751069bf6588ffcc08932eff22cd82 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 10 Oct 1995 00:26:54 +0000 Subject: build gas on AIX --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure.in') 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" -- cgit v1.1