mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
since they are not yet supported.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
|
||||||
|
since they are not yet supported.
|
||||||
|
|
||||||
Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
|
Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
Add PowerMac support and many other enhancements.
|
Add PowerMac support and many other enhancements.
|
||||||
|
@ -423,6 +423,9 @@ case "${target}" in
|
|||||||
# copied from rs6000-*-* entry
|
# copied from rs6000-*-* entry
|
||||||
noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
|
noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
|
||||||
;;
|
;;
|
||||||
|
powerpc*-*-winnt*)
|
||||||
|
noconfigdirs="$noconfigdirs ld gdb"
|
||||||
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
# a gcc built textutils will cause the linker to hang on 'join'
|
# a gcc built textutils will cause the linker to hang on 'join'
|
||||||
# The CVS server code doesn't work on the RS/6000
|
# The CVS server code doesn't work on the RS/6000
|
||||||
|
Reference in New Issue
Block a user