aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-05-30 15:55:31 +0000
committerRichard Henderson <rth@redhat.com>1999-05-30 15:55:31 +0000
commitec2f040d5502c25d8e6e2acb2779fab17125cf9f (patch)
tree8900fd8057ccbef339abf492d4065e0076c5a06c /ld/Makefile.am
parent2ef994e0d61d9009407217c120112826b5d94fbc (diff)
downloadgdb-ec2f040d5502c25d8e6e2acb2779fab17125cf9f.zip
gdb-ec2f040d5502c25d8e6e2acb2779fab17125cf9f.tar.gz
gdb-ec2f040d5502c25d8e6e2acb2779fab17125cf9f.tar.bz2
Cort Dougan <cort@attis.cs.nmt.edu>
* Makefile.am (ALL_EMULATIONS): Add eelf32ppclinux.o. * configure.tgt (powerpc-*-linux-gnu): Use it. * emulparams/elf32ppclinux.sh: New file.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 774d770..d7e34a7 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -126,6 +126,7 @@ ALL_EMULATIONS = \
eelf32lmip.o \
eelf32lppc.o \
eelf32ppc.o \
+ eelf32ppclinux.o \
eelf_i386.o \
eelf_i386_be.o \
egld960.o \
@@ -368,6 +369,9 @@ eelf32lsmip.c: $(srcdir)/emulparams/elf32lsmip.sh \
eelf32ppc.c: $(srcdir)/emulparams/elf32ppc.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32ppc "$(tdir_elf32ppc)"
+eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elfppc.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf32ppclinux "$(tdir_elf32ppclinux)"
eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"