mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* configure.in (rs6000-*-*): Don't build gas.
This commit is contained in:
@ -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>
|
Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
|
||||||
|
|
||||||
* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
|
* Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
|
||||||
|
@ -405,7 +405,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
rs6000-*-*)
|
rs6000-*-*)
|
||||||
# a gcc built textutils will cause the linker to hang on 'join'
|
# 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-*)
|
m68k-apollo-*)
|
||||||
noconfigdirs="$noconfigdirs ld binutils gprof"
|
noconfigdirs="$noconfigdirs ld binutils gprof"
|
||||||
|
Reference in New Issue
Block a user