diff options
author | Anthony Green <green@moxielogic.com> | 2014-07-27 08:51:20 -0400 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2014-07-27 08:51:20 -0400 |
commit | 48494700d58ee0dc781d288191679072cbaf9d16 (patch) | |
tree | e08d09f8663a2c6afcdb3cf783b310b79461fc88 /ld/Makefile.in | |
parent | e76c5d173bbf7137555919dd136004a7c0118af7 (diff) | |
download | gdb-48494700d58ee0dc781d288191679072cbaf9d16.zip gdb-48494700d58ee0dc781d288191679072cbaf9d16.tar.gz gdb-48494700d58ee0dc781d288191679072cbaf9d16.tar.bz2 |
Add moxiebox target
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 971dc5f..f89eaf9 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -555,6 +555,7 @@ ALL_EMULATION_SOURCES = \ eelf32microblazeel.c \ eelf32microblaze.c \ eelf32moxie.c \ + emoxiebox.c \ eelf32mt.c \ eelf32or1k.c \ eelf32or1k_linux.c \ @@ -1173,6 +1174,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32microblazeel.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mipswindiss.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32moxie.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emoxiebox.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32mt.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32or1k_linux.Po@am__quote@ @@ -2600,6 +2602,9 @@ eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh $(ELF_DEPS) \ eelf32moxie.c: $(srcdir)/emulparams/elf32moxie.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} +emoxiebox.c: $(srcdir)/emulparams/moxiebox.sh \ + $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |