aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 87c0bf2..416b1be 100644
--- 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>
diff --git a/configure.in b/configure.in
index 4829ea6..9cfe5cf 100644
--- a/configure.in
+++ b/configure.in
@@ -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*)