diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-06 18:27:41 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-03-06 18:27:41 +0000 |
commit | c1d61903ecf3b390636827ed3fd234ff26040780 (patch) | |
tree | 85d870cb5105dfd85515fb283ec2557892929e69 /configure.in | |
parent | 4eb2d2192248618650145a5e58d518595ebbedf6 (diff) | |
download | gdb-c1d61903ecf3b390636827ed3fd234ff26040780.zip gdb-c1d61903ecf3b390636827ed3fd234ff26040780.tar.gz gdb-c1d61903ecf3b390636827ed3fd234ff26040780.tar.bz2 |
* configure.in (noconfigdirs): Don't build gas on AIX, for
powerpc*-*-aix* as well as for rs6000*-*-aix*.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 236436e..3ef709c 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' |