diff options
author | Dave Brolley <brolley@redhat.com> | 2007-02-05 20:16:32 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2007-02-05 20:16:32 +0000 |
commit | 19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1 (patch) | |
tree | 6a17865e1429e3e76f8c4f2bd7a374f34499c64b /ld/configure.tgt | |
parent | 280d71bf40a544853567763c706e03334d6fd950 (diff) | |
download | gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.zip gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.tar.gz gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.tar.bz2 |
Support for Toshiba MeP.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 8623235..4229f96 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -321,6 +321,7 @@ mcore-*-pe) targ_emul=mcorepe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; mcore-*-elf) targ_emul=elf32mcore ;; +mep-*-elf) targ_emul=elf32mep ;; mips*-*-pe) targ_emul=mipspe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; mips*-dec-ultrix*) targ_emul=mipslit ;; |