check powerpc-*-pe* as well as powerpc-*-winnt*
authorIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 17:39:16 +0000 (17:39 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 17:39:16 +0000 (17:39 +0000)
ChangeLog
configure.in

index 87c0bf2..416b1be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 4829ea6..9cfe5cf 100644 (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*)