aboutsummaryrefslogtreecommitdiff
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
commit49de16906fd7f1d00095686483b34ab70411ea21 (patch)
treeb97e42b309220685b4e4fea8915edefd75fe778a /gdb/configure.host
parentb08ee99f15ab5b1a2bf4572f34fdd1322debecb8 (diff)
downloadfsf-binutils-gdb-49de16906fd7f1d00095686483b34ab70411ea21.zip
fsf-binutils-gdb-49de16906fd7f1d00095686483b34ab70411ea21.tar.gz
fsf-binutils-gdb-49de16906fd7f1d00095686483b34ab70411ea21.tar.bz2
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 85f4491..6633b92 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 ;;