From c1d61903ecf3b390636827ed3fd234ff26040780 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 6 Mar 1995 18:27:41 +0000 Subject: [PATCH] * configure.in (noconfigdirs): Don't build gas on AIX, for powerpc*-*-aix* as well as for rs6000*-*-aix*. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 236436ea52b..3ef709c1363 100644 --- a/configure.in +++ b/configure.in @@ -400,7 +400,7 @@ case "${target}" in ;; powerpc-*-aix*) # copied from rs6000-*-* entry - noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs" + noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs" ;; rs6000-*-lynxos*) # a gcc built textutils will cause the linker to hang on 'join' -- 2.30.2