From 81d08d0c532e362fb29b4540a98e9e8be121c3c6 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 27 Sep 1995 16:24:58 +0000 Subject: [PATCH] * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*, since they are not yet supported. --- ChangeLog | 5 +++++ configure.in | 3 +++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index c23fbeecefa..87c0bf22c85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +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. + Tue Sep 26 14:30:01 1995 Stan Shebs Add PowerMac support and many other enhancements. diff --git a/configure.in b/configure.in index f3e94dbf3e8..4829ea65a29 100644 --- a/configure.in +++ b/configure.in @@ -423,6 +423,9 @@ case "${target}" in # copied from rs6000-*-* entry noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs" ;; + powerpc*-*-winnt*) + noconfigdirs="$noconfigdirs ld gdb" + ;; rs6000-*-lynxos*) # a gcc built textutils will cause the linker to hang on 'join' # The CVS server code doesn't work on the RS/6000 -- 2.30.2