summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2013-08-07 14:42:34 +0000
committerUlrich Weigand <uweigand@de.ibm.com>2013-08-07 14:42:34 +0000
commit38f701a4b696585c1ca846880925342ced3231fd (patch)
tree7fc464b793ba1769163e25e16ac8c6cd627600c0 /gdb/configure.host
parent56e2a2246a5a29c05c6c15a58d6bd51bce793612 (diff)
downloadgdb-38f701a4b696585c1ca846880925342ced3231fd.tar.gz
2013-08-07 Raunaq Bathija <raunaq12@in.ibm.com>
Ulrich Weigand <uweigand@de.ibm.com> * configure.tgt (powerpc64-*-aix*): Match powerpc64 running aix. * configure.host (powerpc64-*-aix*): Likewise.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 85f4491b8f2..6633b92d6e5 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -126,7 +126,7 @@ mips*-*-netbsd* | mips*-*-knetbsd*-gnu)
gdb_host=nbsd ;;
mips64*-*-openbsd*) gdb_host=obsd64 ;;
-powerpc-*-aix* | rs6000-*-*)
+powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
gdb_host=aix ;;
powerpc*-*-freebsd*) gdb_host=fbsd ;;
powerpc-*-linux*) gdb_host=linux ;;