diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-11-30 18:28:38 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 2012-11-30 18:28:38 +0000 |
commit | f204ddb8a84caa7133a20bf63a5cec8d422d52ca (patch) | |
tree | df662a289a9ecc378792a5e573a8350b65b538f7 /ld/Makefile.am | |
parent | 02a79b89fdeadccb67048291e6c2a1e5ce6ad623 (diff) | |
download | gdb-f204ddb8a84caa7133a20bf63a5cec8d422d52ca.zip gdb-f204ddb8a84caa7133a20bf63a5cec8d422d52ca.tar.gz gdb-f204ddb8a84caa7133a20bf63a5cec8d422d52ca.tar.bz2 |
* scripttempl/epiphany_4x4.sc, emulparams/elf32epiphany_4x4.sh: Add.
* emultempl/epiphanyelf_4x4.em: Likewise.
* configure.tgt: Add elf32epiphany_4x4 support.
* Makefile.am: Likewise.
* Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index bda68a8..8c14295 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -214,6 +214,7 @@ ALL_EMULATION_SOURCES = \ eelf32elmip.c \ eelf32elmipvxworks.c \ eelf32epiphany.c \ + eelf32epiphany_4x4.c \ eelf32fr30.c \ eelf32frv.c \ eelf32frvfd.c \ @@ -1024,6 +1025,10 @@ eelf32elmipvxworks.c: $(srcdir)/emulparams/elf32elmipvxworks.sh \ eelf32epiphany.c: $(srcdir)/emulparams/elf32epiphany.sh \ $(ELF_DEPS) ${GEN_DEPENDS} ${GENSCRIPTS} elf32epiphany "$(tdir_epiphany)" +eelf32epiphany_4x4.c: $(srcdir)/emulparams/elf32epiphany_4x4.sh \ + $(srcdir)/emultempl/elf32.em \ + $(ELF_DEPS) $(srcdir)/scripttempl/epiphany_4x4.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32epiphany_4x4 "$(tdir_epiphany_4x4)" eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \ $(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32fr30 "$(tdir_fr30)" |