aboutsummaryrefslogtreecommitdiff
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
commitc41669e09aa7230074f63cda6d1c663320bbd2f1 (patch)
treed038ebc2ad0ba76982cee44577782888eae1b564 /gdb/configure.host
parent460597bab5ea450ca0c76f80d7ee5f0ba9f62db7 (diff)
downloadgdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.zip
gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.tar.gz
gdb-c41669e09aa7230074f63cda6d1c663320bbd2f1.tar.bz2
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 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 ;;