mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
check powerpc-*-pe* as well as powerpc-*-winnt*
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
|
Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
|
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
|
||||||
since they are not yet supported.
|
or powerpc*-*-pe*, 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>
|
||||||
|
|
||||||
|
@ -423,7 +423,7 @@ 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*)
|
powerpc*-*-winnt* | powerpc*-*-pe*)
|
||||||
noconfigdirs="$noconfigdirs ld gdb"
|
noconfigdirs="$noconfigdirs ld gdb"
|
||||||
;;
|
;;
|
||||||
rs6000-*-lynxos*)
|
rs6000-*-lynxos*)
|
||||||
|
Reference in New Issue
Block a user