diff options
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index fcc2d38..a61194f 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -129,7 +129,10 @@ none-*-*) gdb_host=none ;; ns32k-*-netbsd*) gdb_host=nbsdaout ;; -powerpc-*-aix*) gdb_host=aix ;; +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-*-linux*) gdb_host=linux ;; powerpc-*-netbsd*) gdb_host=nbsd ;; |