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/Makefile.am | |
parent | 280d71bf40a544853567763c706e03334d6fd950 (diff) | |
download | gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.zip gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.tar.gz gdb-19d9b7d3f82720e648f9cda6ab93a64d9d9c0fa1.tar.bz2 |
Support for Toshiba MeP.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index 5cf46ba..c57871d 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -177,6 +177,7 @@ ALL_EMULATIONS = \ eelf32lppcsim.o \ eelf32m32c.o \ eelf32mcore.o \ + eelf32mep.o \ eelf32mipswindiss.o \ eelf32mt.o \ eelf32openrisc.o \ @@ -692,6 +693,9 @@ eelf32frvfd.c: $(srcdir)/emulparams/elf32frvfd.sh \ eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32mcore "$(tdir_mcore)" +eelf32mep.c: $(srcdir)/emulparams/elf32mep.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/mep.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32mep "$(tdir_mep)" em32relf.c: $(srcdir)/emulparams/m32relf.sh \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} m32relf "$(tdir_m32r)" |