diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-28 17:55:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-28 17:55:58 +0000 |
commit | 3e1e245ddb9e74c99316818e0736793124b03858 (patch) | |
tree | 69d8d52b0c1e3fa04aaa9acae0fb85c23245f716 /configure.in | |
parent | 57afabd05a97c6d45e28cd64536d3b2355524375 (diff) | |
download | gdb-3e1e245ddb9e74c99316818e0736793124b03858.zip gdb-3e1e245ddb9e74c99316818e0736793124b03858.tar.gz gdb-3e1e245ddb9e74c99316818e0736793124b03858.tar.bz2 |
* configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
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 |