From 3e1e245ddb9e74c99316818e0736793124b03858 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 28 Mar 1994 17:55:58 +0000 Subject: [PATCH] * configure.in (powerpc-*-aix*): Treat like rs6000-*-*. --- ChangeLog | 4 ++++ configure.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index f38e1e6..f65cc87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * configure.in (powerpc-*-aix*): Treat like rs6000-*-*. + Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com) * configure: Make unrecognized options give nonfatal warnings diff --git a/configure.in b/configure.in index b772da9..e4c8d9e 100644 --- a/configure.in +++ b/configure.in @@ -221,6 +221,10 @@ case "${target}" in # the GNU linker supports shared libraries noconfigdirs="$noconfigdirs ld" ;; + powerpc-*-aix*) + # copied from rs6000-*-* entry + noconfigdirs="$noconfigdirs ld binutils gprof textutils cvs" + ;; rs6000-*-*) # a gcc built textutils will cause the linker to hang on 'join' # The CVS server code doesn't work on the RS/6000 -- 2.7.4