From 1293a6fc03f13a929b5c8b18526ad6d4aca85ee4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 27 Sep 1995 17:39:16 +0000 Subject: [PATCH] check powerpc-*-pe* as well as powerpc-*-winnt* --- ChangeLog | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87c0bf22c85..416b1be5de4 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 4829ea65a29..9cfe5cf9894 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*) -- 2.30.2