* configure.in (rs6000-*-*): Don't build gas.

This commit is contained in:
Jim Kingdon 1995-01-09 17:50:42 +00:00
parent 0bc240c016
commit d5a7bb73aa
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
* configure.in (rs6000-*-*): Don't build gas.
Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to

View file

@ -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"