From a6d5af315db437c92d6bc099b84f440ff6866306 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 9 Oct 1995 21:23:34 +0000 Subject: [PATCH] * configure.in: Stop putting binutils in noconfigdirs for powerpc-*-aix* and rs6000-*-*. --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 48cad93..e2ded6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 9 17:21:56 1995 Ian Lance Taylor + + * configure.in: Stop putting binutils in noconfigdirs for + powerpc-*-aix* and rs6000-*-*. + Mon Oct 9 12:38:40 1995 Michael Meissner * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building diff --git a/configure.in b/configure.in index 531e89f..796cac0 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.7.4