diff options
author | Alan Modra <amodra@gmail.com> | 2013-08-22 01:01:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-08-22 01:01:32 +0000 |
commit | bcbec14ee2e2d060dec534fe9a608f64d1bfa632 (patch) | |
tree | 2df01418351fbff190e8b3bf533ed7f6e90de45c /gdb/configure.host | |
parent | 342719af236cc7c97e1701db8b5d56761b992e06 (diff) | |
download | gdb-bcbec14ee2e2d060dec534fe9a608f64d1bfa632.zip gdb-bcbec14ee2e2d060dec534fe9a608f64d1bfa632.tar.gz gdb-bcbec14ee2e2d060dec534fe9a608f64d1bfa632.tar.bz2 |
* configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
* configure.tgt: Likewise as targets.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 6633b92..ed57b33 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -129,18 +129,18 @@ mips64*-*-openbsd*) gdb_host=obsd64 ;; powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*) gdb_host=aix ;; powerpc*-*-freebsd*) gdb_host=fbsd ;; -powerpc-*-linux*) gdb_host=linux ;; powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu) gdb_host=nbsd ;; powerpc-*-openbsd*) gdb_host=obsd ;; -powerpc64-*-linux*) gdb_host=ppc64-linux +powerpc64*-*-linux*) gdb_host=ppc64-linux # Support 'pseudo-native' debugging on the Cell BE if test "${target_cpu}" = "spu"; then gdb_host=spu-linux gdb_native=yes fi ;; +powerpc*-*-linux*) gdb_host=linux ;; s390*-*-*) gdb_host=s390 ;; |