mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* 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
@ -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 New Issue
Block a user