diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-09-01 20:46:41 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-09-01 20:46:41 +0000 |
commit | 6328991e1bd7d8491be4fdbf30efbf627e43a2a1 (patch) | |
tree | bd94b6057ff3326d9b6e952ed68cc5362776f7e3 /gdb/configure.host | |
parent | a343eb3cbf1cc22fbe14108bd1c5408aaf241d2c (diff) | |
download | gdb-6328991e1bd7d8491be4fdbf30efbf627e43a2a1.zip gdb-6328991e1bd7d8491be4fdbf30efbf627e43a2a1.tar.gz gdb-6328991e1bd7d8491be4fdbf30efbf627e43a2a1.tar.bz2 |
* configure.host: Use aix.mh for all powerpc-aix hosts.
* config/powerpc/aix432.mh: Delete, no longer necessary.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 3ecac86..f730891 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -106,10 +106,7 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu) ns32k-*-netbsd*) gdb_host=nbsdaout ;; -powerpc-*-aix3*) gdb_host=aix ;; -powerpc-*-aix4.[0-2]*) gdb_host=aix ;; -powerpc-*-aix4.3.[0-1]*) gdb_host=aix ;; -powerpc-*-aix*) gdb_host=aix432 ;; +powerpc-*-aix*) gdb_host=aix ;; powerpc-*-linux*) gdb_host=linux ;; powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) gdb_host=nbsd ;; |