* configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,
authorIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 16:24:58 +0000 (16:24 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 27 Sep 1995 16:24:58 +0000 (16:24 +0000)
since they are not yet supported.

ChangeLog
configure.in

index c23fbeecefa45e2c6661333835ab94f2f2805d8f..87c0bf22c85ac8c031cdf64cbadc4f567dbaba44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
 
        Add PowerMac support and many other enhancements.
index f3e94dbf3e8073874ea730aac82ae2e273547902..4829ea65a29274da6c5094cadddc184c4cf35a08 100644 (file)
@@ -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
This page took 0.036667 seconds and 4 git commands to generate.