Add new binutils target: moxie
[deliverable/binutils-gdb.git] / ld / Makefile.in
index b9a9ccdc01e8a91119f64b6ca08f008dada0bd34..ae084a5f1373a99afa8f09bde5fa86993bb0614c 100644 (file)
@@ -441,6 +441,7 @@ ALL_EMULATIONS = \
        eelf32elmipvxworks.o \
        eelf32fr30.o \
        eelf32frv.o \
+       eelf32moxie.o \
        eelf32i370.o \
        eelf32ip2k.o \
        eelf32iq2000.o \
@@ -1574,6 +1575,9 @@ eelf32frvfd.c: $(srcdir)/emulparams/elf32frvfd.sh \
   $(srcdir)/emulparams/elf32frv.sh \
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} elf32frvfd "$(tdir_frv)"
+eelf32moxie.c: $(srcdir)/emulparams/elf32moxie.sh \
+  $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+       ${GENSCRIPTS} elf32moxie "$(tdir_moxie)"
 eelf32mcore.c: $(srcdir)/emulparams/elf32mcore.sh \
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
        ${GENSCRIPTS} elf32mcore "$(tdir_mcore)"
This page took 0.024542 seconds and 4 git commands to generate.