Correct ld Makefile dependendcy for or1k
* Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS. * Makefile.in: Regenerate.
This commit is contained in:
parent
ef5a96d564
commit
b6b3dd8f31
3 changed files with 9 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2015-07-03 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* Makefile.am (eelf32or1k.c, eelf32or1k_linux.c): Depend on ELF_DEPS.
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2015-06-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option):
|
||||
|
|
|
@ -1183,10 +1183,10 @@ eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
|
|||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32or1k.c: $(srcdir)/emulparams/elf32or1k.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32or1k_linux.c: $(srcdir)/emulparams/elf32or1k_linux.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
|
||||
$(srcdir)/emulparams/elf32ppccommon.sh \
|
||||
|
|
|
@ -2682,10 +2682,10 @@ eelf32mt.c: $(srcdir)/emulparams/elf32mt.sh \
|
|||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32or1k.c: $(srcdir)/emulparams/elf32or1k.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32or1k_linux.c: $(srcdir)/emulparams/elf32or1k_linux.sh \
|
||||
$(ELF_GEN_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
$(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
|
||||
|
||||
eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
|
||||
$(srcdir)/emulparams/elf32ppccommon.sh \
|
||||
|
|
Loading…
Reference in a new issue