diff options
author | Alan Modra <amodra@gmail.com> | 2013-04-25 13:22:52 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-04-25 13:22:52 +0000 |
commit | 49926cd0c84887c581110fb2a471b21ff19048d2 (patch) | |
tree | fb156663c8852d8df60fe238414df2f614b10aea /ld/Makefile.am | |
parent | c65e009ff7057cbf2261bb1f8d0c2e2361b9f045 (diff) | |
download | gdb-49926cd0c84887c581110fb2a471b21ff19048d2.zip gdb-49926cd0c84887c581110fb2a471b21ff19048d2.tar.gz gdb-49926cd0c84887c581110fb2a471b21ff19048d2.tar.bz2 |
bfd/
* config.bfd: Add powerpc64le-linux.
gas/
* configure.in: Allow little-endian linux.
* configure: Regenerate.
gold/
* configure.tgt: Add powerpcle and powerpc64le.
ld/
* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lppclinux.c.
(eelf32lppclinux.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt: Merge powerpc-linux and other powerpc-elf targets
with corresponding little-endian targets.
* emulparams/elf32lppc.sh: Update comment.
* emulparams/elf32lppclinux.sh: New.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index e1d05d8..e0366f3 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -247,6 +247,7 @@ ALL_EMULATION_SOURCES = \ eelf32lm32fd.c \ eelf32lmip.c \ eelf32lppc.c \ + eelf32lppclinux.c \ eelf32lppcnto.c \ eelf32lppcsim.c \ eelf32lsmip.c \ @@ -1106,6 +1107,12 @@ eelf32lppc.c: $(srcdir)/emulparams/elf32lppc.sh \ ldemul-list.h \ $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32lppc "$(tdir_elf32lppc)" +eelf32lppclinux.c: $(srcdir)/emulparams/elf32lppclinux.sh \ + $(srcdir)/emulparams/elf32lppc.sh $(srcdir)/emulparams/elf32ppc.sh \ + $(srcdir)/emulparams/elf32ppccommon.sh $(srcdir)/emultempl/ppc32elf.em \ + ldemul-list.h \ + $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32lppclinux "$(tdir_elf32lppclinux)" eelf32lppcnto.c: $(srcdir)/emulparams/elf32lppcnto.sh \ $(srcdir)/emulparams/elf32ppc.sh $(srcdir)/emulparams/elf32ppccommon.sh \ $(srcdir)/emultempl/ppc32elf.em $(ELF_DEPS) \ |