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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Process this file with automake to generate Makefile.in 1 ## Process this file with automake to generate Makefile.in
2 2
3 AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign 3 AUTOMAKE_OPTIONS = dejagnu no-texinfo.tex no-dist foreign
4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd 4 ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd
5 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex 5 TEXINFO_TEX = $(top_srcdir)/../texinfo/texinfo.tex
6 6
7 SUBDIRS = po 7 SUBDIRS = po
8 8
9 tooldir = $(exec_prefix)/$(target_alias) 9 tooldir = $(exec_prefix)/$(target_alias)
10 10
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 eelf32btsmip.c \ 203 eelf32btsmip.c \
204 eelf32btsmip_fbsd.c \ 204 eelf32btsmip_fbsd.c \
205 eelf32btsmipn32.c \ 205 eelf32btsmipn32.c \
206 eelf32btsmipn32_fbsd.c \ 206 eelf32btsmipn32_fbsd.c \
207 eelf32cr16.c \ 207 eelf32cr16.c \
208 eelf32cr16c.c \ 208 eelf32cr16c.c \
209 eelf32crx.c \ 209 eelf32crx.c \
210 eelf32ebmip.c \ 210 eelf32ebmip.c \
211 eelf32ebmipvxworks.c \ 211 eelf32ebmipvxworks.c \
212 eelf32elmip.c \ 212 eelf32elmip.c \
213 eelf32elmip_nacl.@OBJEXT@ \
213 eelf32elmipvxworks.c \ 214 eelf32elmipvxworks.c \
214 eelf32fr30.c \ 215 eelf32fr30.c \
215 eelf32frv.c \ 216 eelf32frv.c \
216 eelf32frvfd.c \ 217 eelf32frvfd.c \
217 eelf32i370.c \ 218 eelf32i370.c \
218 eelf32ip2k.c \ 219 eelf32ip2k.c \
219 eelf32iq10.c \ 220 eelf32iq10.c \
220 eelf32iq2000.c \ 221 eelf32iq2000.c \
221 eelf32l4300.c \ 222 eelf32l4300.c \
222 eelf32lm32.c \ 223 eelf32lm32.c \
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 $(srcdir)/scripttempl/elf32cr16c.sc ${GEN_DEPENDS} 967 $(srcdir)/scripttempl/elf32cr16c.sc ${GEN_DEPENDS}
967 ${GENSCRIPTS} elf32cr16c "$(tdir_elf32cr16c)" 968 ${GENSCRIPTS} elf32cr16c "$(tdir_elf32cr16c)"
968 eelf32crx.c: $(srcdir)/emulparams/elf32crx.sh \ 969 eelf32crx.c: $(srcdir)/emulparams/elf32crx.sh \
969 $(ELF_DEPS) $(srcdir)/emultempl/crxelf.em \ 970 $(ELF_DEPS) $(srcdir)/emultempl/crxelf.em \
970 $(srcdir)/scripttempl/elf32crx.sc ${GEN_DEPENDS} 971 $(srcdir)/scripttempl/elf32crx.sc ${GEN_DEPENDS}
971 ${GENSCRIPTS} elf32crx "$(tdir_elf32crx)" 972 ${GENSCRIPTS} elf32crx "$(tdir_elf32crx)"
972 eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \ 973 eelf32ebmip.c: $(srcdir)/emulparams/elf32ebmip.sh \
973 $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \ 974 $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \
974 $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 975 $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
975 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)" 976 ${GENSCRIPTS} elf32ebmip "$(tdir_elf32ebmip)"
977 eelf32elmip_nacl.c: $(srcdir)/emulparams/elf32elmip_nacl.sh \
978 $(srcdir)/emulparams/elf32lmip_nacl.sh \
979 $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \
980 ${GEN_DEPENDS}
981 ${GENSCRIPTS} elf32elmipi_nacl "$(tdir_elf32elmip_nacl)"
976 eelf32ebmipvxworks.c: $(srcdir)/emulparams/elf32ebmipvxworks.sh \ 982 eelf32ebmipvxworks.c: $(srcdir)/emulparams/elf32ebmipvxworks.sh \
977 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emulparams/vxworks.sh \ 983 $(srcdir)/emulparams/elf32bmip.sh $(srcdir)/emulparams/vxworks.sh \
978 $(ELF_DEPS) $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mipself.em \ 984 $(ELF_DEPS) $(srcdir)/emultempl/generic.em $(srcdir)/emultempl/mipself.em \
979 $(srcdir)/emultempl/vxworks.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} 985 $(srcdir)/emultempl/vxworks.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
980 ${GENSCRIPTS} elf32ebmipvxworks "$(tdir_elf32ebmipvxworks)" 986 ${GENSCRIPTS} elf32ebmipvxworks "$(tdir_elf32ebmipvxworks)"
981 eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \ 987 eelf32elmip.c: $(srcdir)/emulparams/elf32elmip.sh \
982 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \ 988 $(srcdir)/emulparams/elf32lmip.sh $(srcdir)/emulparams/elf32bmip.sh \
983 $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \ 989 $(ELF_DEPS) $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc \
984 ${GEN_DEPENDS} 990 ${GEN_DEPENDS}
985 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)" 991 ${GENSCRIPTS} elf32elmip "$(tdir_elf32elmip)"
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 rm -rf ldscripts 2196 rm -rf ldscripts
2191 2197
2192 MAINTAINERCLEANFILES += ld.info 2198 MAINTAINERCLEANFILES += ld.info
2193 2199
2194 # Automake 1.9 will only build info files in the objdir if they are 2200 # Automake 1.9 will only build info files in the objdir if they are
2195 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional, 2201 # mentioned in DISTCLEANFILES. It doesn't have to be unconditional,
2196 # though, so we use a bogus condition. 2202 # though, so we use a bogus condition.
2197 if GENINSRC_NEVER 2203 if GENINSRC_NEVER
2198 DISTCLEANFILES += ld.info 2204 DISTCLEANFILES += ld.info
2199 endif 2205 endif
OLDNEW
« 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