aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2007-04-27 13:19:48 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2007-04-27 13:19:48 +0000
commitd91787632abd4c9bb5db0be1bae614243b3abb58 (patch)
tree1fc2714b1aa50beff8f858b7fcba81eff5852bd7 /gdb/configure.host
parent0d16ee5db961a883762d09945491941b36121363 (diff)
downloadgdb-d91787632abd4c9bb5db0be1bae614243b3abb58.zip
gdb-d91787632abd4c9bb5db0be1bae614243b3abb58.tar.gz
gdb-d91787632abd4c9bb5db0be1bae614243b3abb58.tar.bz2
* configure.host (rs6000-*-*): Merge with powerpc-*-aix* rules.
* configure.tgt (rs6000-*-*): Likewise. * config/rs6000/aix4.mh: Delete file. * config/rs6000/aix4.mt: Delete file. * config/rs6000/rs6000.mh: Delete file. * config/rs6000/rs6000.mt: Delete file. * config/powerpc/nm-aix.h: Delete file. * config/powerpc/aix.mh (NAT_FILE): Set to config/rs6000/nm-rs6000.h.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host8
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index ba3354a..e8258d5 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -44,7 +44,7 @@ i[34567]86*) gdb_host_cpu=i386 ;;
m68*) gdb_host_cpu=m68k ;;
m88*) gdb_host_cpu=m88k ;;
mips*) gdb_host_cpu=mips ;;
-powerpc*) gdb_host_cpu=powerpc ;;
+powerpc* | rs6000) gdb_host_cpu=powerpc ;;
sparcv9 | sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
sh*) gdb_host_cpu=sh ;;
@@ -118,7 +118,8 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
gdb_host=nbsd ;;
mips64*-*-openbsd*) gdb_host=obsd64 ;;
-powerpc-*-aix*) gdb_host=aix ;;
+powerpc-*-aix* | rs6000-*-*)
+ gdb_host=aix ;;
powerpc-*-linux*) gdb_host=linux ;;
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
gdb_host=nbsd ;;
@@ -132,9 +133,6 @@ powerpc64-*-linux*) gdb_host=ppc64-linux
fi
;;
-rs6000-*-aix4*) gdb_host=aix4 ;;
-rs6000-*-*) gdb_host=rs6000 ;;
-
s390*-*-*) gdb_host=s390 ;;
sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu)