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.tgt | |
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.tgt')
-rw-r--r-- | gdb/configure.tgt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 653ba2b..0ac4e33 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -438,7 +438,7 @@ powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*) ppc-sysv-tdep.o solib-aix.o \ ravenscar-thread.o ppc-ravenscar-thread.o" ;; -powerpc-*-linux* | powerpc64-*-linux*) +powerpc*-*-linux*) # Target: PowerPC running Linux gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o \ ppc64-tdep.o solib-svr4.o solib-spu.o \ |