check powerpc-*-pe* as well as powerpc-*-winnt*

This commit is contained in:
Ian Lance Taylor 1995-09-27 17:39:16 +00:00
parent 37d190e005
commit 1293a6fc03
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
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.
* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
or powerpc*-*-pe*, since they are not yet supported.
Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>

View File

@ -423,7 +423,7 @@ case "${target}" in
# copied from rs6000-*-* entry
noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
;;
powerpc*-*-winnt*)
powerpc*-*-winnt* | powerpc*-*-pe*)
noconfigdirs="$noconfigdirs ld gdb"
;;
rs6000-*-lynxos*)