summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2002-07-30 19:59:06 +0000
committerKevin Buettner <kevinb@redhat.com>2002-07-30 19:59:06 +0000
commitcdd7f182ebe693a172f6e8bde4e8d2742218979f (patch)
tree4d2efa24a489ad398e1feed806d7b10b53aa6301 /gdb/configure.host
parentd5c1ae1ccf212191c1688adee5f5ecbfd5364dea (diff)
downloadgdb-cdd7f182ebe693a172f6e8bde4e8d2742218979f.tar.gz
Configury changes to enable recently added AIX thread support.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index fcc2d38500f..a61194f7314 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 ;;