* configure.in (noconfigdirs): Don't build gas on AIX, for

powerpc*-*-aix* as well as for rs6000*-*-aix*.
This commit is contained in:
Jim Kingdon 1995-03-06 18:27:41 +00:00
parent 4eb2d21922
commit c1d61903ec

View file

@ -400,7 +400,7 @@ case "${target}" in
;; ;;
powerpc-*-aix*) powerpc-*-aix*)
# copied from rs6000-*-* entry # copied from rs6000-*-* entry
noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs" noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
;; ;;
rs6000-*-lynxos*) rs6000-*-lynxos*)
# a gcc built textutils will cause the linker to hang on 'join' # a gcc built textutils will cause the linker to hang on 'join'