diff options
author | Nick Clifton <nickc@redhat.com> | 2003-10-30 09:47:15 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-10-30 09:47:15 +0000 |
commit | 325fab4e4e60d4b0218fab6af233f2afc3e92152 (patch) | |
tree | c971a445ced58d2ccecf7bb89e9d24ae24796188 /ld/Makefile.am | |
parent | 257e20bc323b2479e80728752b49cb362689f4cf (diff) | |
download | gdb-325fab4e4e60d4b0218fab6af233f2afc3e92152.zip gdb-325fab4e4e60d4b0218fab6af233f2afc3e92152.tar.gz gdb-325fab4e4e60d4b0218fab6af233f2afc3e92152.tar.bz2 |
Switch to ELF targeted VxWorks targets
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 106e095..61ae685 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -169,6 +169,7 @@ ALL_EMULATIONS = \ eelf32lppcnto.o \ eelf32lppcsim.o \ eelf32mcore.o \ + eelf32mipswindiss.o \ eelf32openrisc.o \ eelf32ppc.o \ eelf32ppc_fbsd.o \ @@ -662,6 +663,9 @@ eelf32lmip.c: $(srcdir)/emulparams/elf32lmip.sh \ $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emultempl/mipself.em \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32lmip "$(tdir_elf32lmip)" +eelf32mipswindiss.c: $(srcdir)/emulparams/elf32mipswindiss.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32mipswindiss "$(tdir_elf32mipswindiss)" eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \ $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emultempl/ppc32elf.em \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |