| Index: binutils-2.20/ld/Makefile.am
|
| ===================================================================
|
| --- a/binutils-2.20/ld/Makefile.am
|
| +++ b/binutils-2.20/ld/Makefile.am
|
| @@ -210,6 +210,7 @@
|
| eelf32ebmip.c \
|
| eelf32ebmipvxworks.c \
|
| eelf32elmip.c \
|
| + eelf32elmip_nacl.@OBJEXT@ \
|
| eelf32elmipvxworks.c \
|
| eelf32fr30.c \
|
| eelf32frv.c \
|
| @@ -973,6 +974,11 @@
|
| $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \
|
| $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
| ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
|
| +eelf32elmip_nacl.c: $(srcdir)/emulparams/elf32elmip_nacl.sh \
|
| + $(srcdir)/emulparams/elf32lmip_nacl.sh \
|
| + $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \
|
| + ${GEN_DEPENDS}
|
| + ${GENSCRIPTS} elf32elmipi_nacl "$(tdir_elf32elmip_nacl)"
|
| eelf32ebmipvxworks.c: $(srcdir)/emulparams/elf32ebmipvxworks.sh \
|
| $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emulparams/vxworks.sh \
|
| $(ELF_DEPS) $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mipself.em \
|
|
|