diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-09 17:50:42 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-09 17:50:42 +0000 |
commit | d5a7bb73aa378a784342b0d25ba4a95c097823c2 (patch) | |
tree | 53e0b8b630063f6d7419de4cd0eff16c3adefe25 /configure.in | |
parent | 0bc240c01698f250efcc9fad57dc7837ac051c29 (diff) | |
download | gdb-d5a7bb73aa378a784342b0d25ba4a95c097823c2.zip gdb-d5a7bb73aa378a784342b0d25ba4a95c097823c2.tar.gz gdb-d5a7bb73aa378a784342b0d25ba4a95c097823c2.tar.bz2 |
* configure.in (rs6000-*-*): Don't build gas.
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 915207d..6fe680c 100644 --- a/configure.in +++ b/configure.in @@ -405,7 +405,7 @@ case "${target}" in ;; rs6000-*-*) # a gcc built textutils will cause the linker to hang on 'join' - noconfigdirs="$noconfigdirs ld binutils gprof textutils" + noconfigdirs="$noconfigdirs gas ld binutils gprof textutils" ;; m68k-apollo-*) noconfigdirs="$noconfigdirs ld binutils gprof" |