diff options
author | Anthony Green <green@redhat.com> | 2009-04-24 02:26:01 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-04-24 02:26:01 +0000 |
commit | d7066cce3b65c18d68611bfa95407a3df69bd2df (patch) | |
tree | 8ef1fd9d69a7cedda5bd392c85130e877a8b2fa2 /gdb/configure.tgt | |
parent | 745207a558ad715f7cac9f33cda662570066270e (diff) | |
download | gdb-d7066cce3b65c18d68611bfa95407a3df69bd2df.zip gdb-d7066cce3b65c18d68611bfa95407a3df69bd2df.tar.gz gdb-d7066cce3b65c18d68611bfa95407a3df69bd2df.tar.bz2 |
Add moxie-elf port.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index e766d68..f06f5f0 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -114,6 +114,12 @@ frv-*-*) gdb_sim=../sim/frv/libsim.a ;; +moxie-*-elf) + gdb_target_obs="moxie-tdep.o" + # Add this once the moxie sim has been committed. + # gdb_sim=../sim/moxie/libsim.a + ;; + h8300-*-*) # Target: H8300 with HMS monitor and H8 simulator gdb_target_obs="h8300-tdep.o monitor.o dsrec.o" |