* configure.in (noconfigdirs): Don't build gas on AIX, for
powerpc*-*-aix* as well as for rs6000*-*-aix*.
This commit is contained in:
parent
4eb2d21922
commit
c1d61903ec
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue