* configure.in: Stop putting binutils in noconfigdirs for
authorIan Lance Taylor <ian@airs.com>
Mon, 9 Oct 1995 21:23:34 +0000 (21:23 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 9 Oct 1995 21:23:34 +0000 (21:23 +0000)
powerpc-*-aix* and rs6000-*-*.

ChangeLog
configure.in

index 48cad9358eba19bbf8b45eadae62c568890926ce..e2ded6c6c9d4c18400e8ca2c5485bd1ed9858d03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Stop putting binutils in noconfigdirs for
+       powerpc-*-aix* and rs6000-*-*.
+
 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
 
        * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
index 531e89f90f996a1665e2233fbd46bca9c426c4eb..796cac09838e302e36356d18326a119e6e9a0deb 100644 (file)
@@ -424,7 +424,7 @@ case "${target}" in
     ;;
   powerpc-*-aix*)
     # copied from rs6000-*-* entry
-    noconfigdirs="$noconfigdirs gas ld binutils gprof textutils cvs"
+    noconfigdirs="$noconfigdirs gas ld gprof textutils cvs"
     ;;
   powerpc*-*-winnt* | powerpc*-*-pe*)
     noconfigdirs="$noconfigdirs ld gdb"
@@ -439,7 +439,7 @@ case "${target}" in
     ;;
   rs6000-*-*)
     # a gcc built textutils will cause the linker to hang on 'join'
-    noconfigdirs="$noconfigdirs gas ld binutils gprof textutils"
+    noconfigdirs="$noconfigdirs gas ld gprof textutils"
     ;;
   m68k-*-netbsd*)
     noconfigdirs="$noconfigdirs gdb"
This page took 0.028331 seconds and 4 git commands to generate.