aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1999-09-02 20:35:35 +0000
committerJeff Law <law@redhat.com>1999-09-02 20:35:35 +0000
commitf6e143a1993a216698804357c3b4e59ad5ea63d9 (patch)
tree9af41c1b205ae52d54255a84cc0b74cabe8d6f6e /ld/Makefile.in
parent70fa6ef568d9f53ff815627af07b1f98e0c412f6 (diff)
downloadfsf-binutils-gdb-f6e143a1993a216698804357c3b4e59ad5ea63d9.zip
fsf-binutils-gdb-f6e143a1993a216698804357c3b4e59ad5ea63d9.tar.gz
fsf-binutils-gdb-f6e143a1993a216698804357c3b4e59ad5ea63d9.tar.bz2
* emulparams/elf64hppa.sh: New file.
* configure.tgt (hppa*w-*-*): Use elf64hppa emulation. * Makefile.am (ALL_64_EMULATIONS): Add eelf64hppa.o (eelf64hppa.c): Add dependencies. * Makefile.in: Rebuilt.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 62a42cd..ef85924 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -316,7 +316,8 @@ ALL_EMULATIONS = \
ALL_64_EMULATIONS = \
eelf64_sparc.o \
eelf64alpha.o \
- eelf64bmip.o
+ eelf64bmip.o \
+ eelf64hppa.o
ALL_EMUL_EXTRA_OFILES = \
@@ -1088,6 +1089,9 @@ eelf32ppclinux.c: $(srcdir)/emulparams/elf32ppclinux.sh \
eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)"
+eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf64hppa "$(tdir_elf64hppa)"
eelf64_sparc.c: $(srcdir)/emulparams/elf64_sparc.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf64_sparc "$(tdir_elf64_sparc)"