diff options
author | Dimitar Dimitrov <dimitar@dinux.eu> | 2017-01-02 18:20:20 +0200 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-01-03 17:35:45 +1030 |
commit | 27c3ce29f8920270ca2ed9b533ead5c8ebff215e (patch) | |
tree | 04833a5617a078ed6a4e9c2a71de977572207c0f /ld/Makefile.in | |
parent | 8cfc7cf8c273677b5c83290cd1b143f18eeeb9c4 (diff) | |
download | gdb-27c3ce29f8920270ca2ed9b533ead5c8ebff215e.zip gdb-27c3ce29f8920270ca2ed9b533ead5c8ebff215e.tar.gz gdb-27c3ce29f8920270ca2ed9b533ead5c8ebff215e.tar.bz2 |
Fix PRU LD for --enable-targets=all config option
I noticed that PRU LD is broken when BFD is configured
with --enable-targets=all. This patch fixes it, and takes the
opportunity to clean the epruelf.c dependencies.
* Makefile.am (ALL_EMULATION_SOURCES): Add epruelf.c.
(epruelf.c): Remove unneeded dependencies.
* Makefile.in: Regenerate
Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index 9c5f77e..9364402 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -753,6 +753,7 @@ ALL_EMULATION_SOURCES = \ eppcmacos.c \ eppcnw.c \ eppcpe.c \ + epruelf.c \ eriscix.c \ escore3_elf.c \ escore7_elf.c \ @@ -1424,6 +1425,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcmacos.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcnw.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eppcpe.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/epruelf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eriscix.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore3_elf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/escore7_elf.Po@am__quote@ @@ -3270,10 +3272,8 @@ eppcpe.c: $(srcdir)/emulparams/ppcpe.sh \ $(srcdir)/emultempl/pe.em $(srcdir)/scripttempl/ppcpe.sc ${GEN_DEPENDS} epruelf.c: $(srcdir)/emulparams/pruelf.sh \ - $(srcdir)/emultempl/elf32.em \ $(ELF_DEPS) $(srcdir)/scripttempl/pru.sc \ $(srcdir)/emultempl/pruelf.em ${GEN_DEPENDS} - ${GENSCRIPTS} pruelf "$(tdir_pruelf)" eriscix.c: $(srcdir)/emulparams/riscix.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS} |