diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -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 |