diff --git a/ChangeLog b/ChangeLog index 87c0bf22c8..416b1be5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ Wed Sep 27 12:24:00 1995 Ian Lance Taylor - * 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 diff --git a/configure.in b/configure.in index 4829ea65a2..9cfe5cf989 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*)