diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:07:06 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-05-09 21:07:06 +0000 |
commit | c7b44b0425dc1a4ee75abee5897de77a2b86648d (patch) | |
tree | bd51dbc49d168a6cbc4ac819ad1c143f78181fac /gdb/configure.in | |
parent | b4ecce2f530b2ff83b121c100beff29da1032db2 (diff) | |
download | gdb-c7b44b0425dc1a4ee75abee5897de77a2b86648d.zip gdb-c7b44b0425dc1a4ee75abee5897de77a2b86648d.tar.gz gdb-c7b44b0425dc1a4ee75abee5897de77a2b86648d.tar.bz2 |
Add little endian PowerPC support.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index cf76597..7d50351 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -22,6 +22,7 @@ m68*) gdb_host_cpu=m68k ;; m88*) gdb_host_cpu=m88k ;; np1) gdb_host_cpu=gould ;; pyramid) gdb_host_cpu=pyr ;; +powerpc*) gdb_host_cpu=powerpc ;; *) gdb_host_cpu=$host_cpu ;; esac @@ -167,6 +168,7 @@ m68*) gdb_target_cpu=m68k ;; m88*) gdb_target_cpu=m88k ;; mips*) gdb_target_cpu=mips ;; np1) gdb_target_cpu=gould ;; +powerpc*) gdb_target_cpu=powerpc ;; pn) gdb_target_cpu=gould ;; pyramid) gdb_target_cpu=pyr ;; sparclite*) gdb_target_cpu=sparc @@ -325,6 +327,9 @@ powerpc-*-netware*) gdb_target=ppc-nw powerpc-*-eabi*) gdb_target=ppc-eabi configdirs="${configdirs}" ;; +powerpcle-*-eabi*) gdb_target=ppcle-eabi + configdirs="${configdirs}" ;; + pyramid-*-*) gdb_target=pyramid ;; rs6000-*-lynxos*) gdb_target=rs6000lynx ;; |