| Index: binutils-2.20/ld/Makefile.in
|
| ===================================================================
|
| --- a/binutils-2.20/ld/Makefile.in
|
| +++ b/binutils-2.20/ld/Makefile.in
|
| @@ -541,6 +541,7 @@
|
| eelf32lppcsim.c \
|
| eelf32lsmip.c \
|
| eelf32ltsmip.c \
|
| + eelf32ltsmip_nacl.@OBJEXT@ \
|
| eelf32ltsmip_fbsd.c \
|
| eelf32ltsmipn32.c \
|
| eelf32ltsmipn32_fbsd.c \
|
| @@ -1122,6 +1123,7 @@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmip.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ebmipvxworks.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmip.Po@am__quote@
|
| +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32ltsmip_nacl.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32elmipvxworks.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32fr30.Po@am__quote@
|
| @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32frv.Po@am__quote@
|
| @@ -2512,6 +2514,11 @@
|
| $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \
|
| ${GEN_DEPENDS}
|
| ${GENSCRIPTS} elf32ltsmip "$(tdir_elf32ltsmip)"
|
| +eelf32ltsmip_nacl.c: $(srcdir)/emulparams/elf32ltsmip_nacl.sh \
|
| + $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
|
| + $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \
|
| + ${GEN_DEPENDS}
|
| + ${GENSCRIPTS} elf32ltsmip_nacl "$(tdir_elf32ltsmip_nacl)"
|
| eelf32ltsmip_fbsd.c: $(srcdir)/emulparams/elf32ltsmip_fbsd.sh \
|
| $(srcdir)/emulparams/elf32btsmip.sh $(srcdir)/emulparams/elf32bmip.sh \
|
| $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \
|
|
|