Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3277)

Unified Diff: binutils-2.20/ld/Makefile.am

Issue 10020059: [MIPS] Adding binutils changes for MIPS/NaCl architecture. (Closed)
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binutils-2.20/gas/configure.tgt ('k') | binutils-2.20/ld/Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 \
« no previous file with comments | « binutils-2.20/gas/configure.tgt ('k') | binutils-2.20/ld/Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698