aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-30 02:40:03 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-30 02:40:03 +0000
commitab68f3e06fff1c31798b1491b352a46790a30b60 (patch)
treec281c9aaba6313aeff43e8a251906eeb85b3b2cd /ld/Makefile.am
parent90ace9e95d9e0875fa6896115ad6f830dbf9cde8 (diff)
downloadfsf-binutils-gdb-ab68f3e06fff1c31798b1491b352a46790a30b60.zip
fsf-binutils-gdb-ab68f3e06fff1c31798b1491b352a46790a30b60.tar.gz
fsf-binutils-gdb-ab68f3e06fff1c31798b1491b352a46790a30b60.tar.bz2
2002-05-29 Matt Thomas <matt@3am-software.com>
Jason Thorpe <thorpej@wasabisystems.com> * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o. (eelf32vax.c) (evaxnbsd.c): New rules. * Makefile.in: Regenerate. * configure.tgt (vax-*-netbsdelf*) (vax-*-netbsdaout*) (vax-*-netbsd*): New targets. * emulparams/elf32vax.sh: New file. * emulparams/vaxnbsd.sh: New file.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index 66901be..5e39672 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -171,6 +171,7 @@ ALL_EMULATIONS = \
eelf32ppclinux.o \
eelf32ppcsim.o \
eelf32ppcwindiss.o \
+ eelf32vax.o \
eelf32xstormy16.o \
eelf_i386.o \
eelf_i386_be.o \
@@ -271,6 +272,7 @@ ALL_EMULATIONS = \
etic80coff.o \
evanilla.o \
evax.o \
+ evaxnbsd.o \
evsta.o \
ew65.o \
ez8001.o \
@@ -513,6 +515,9 @@ eelf32xstormy16.c: $(srcdir)/emulparams/elf32xstormy16.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/needrelax.em \
$(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32xstormy16 "$(tdir_xstormy16)"
+eelf32vax.c: $(srcdir)/emulparams/elf32vax.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf32vax "$(tdir_elf32vax)"
eelf32fr30.c: $(srcdir)/emulparams/elf32fr30.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32fr30 "$(tdir_fr30)"
@@ -1009,6 +1014,9 @@ evanilla.c: $(srcdir)/emulparams/vanilla.sh \
evax.c: $(srcdir)/emulparams/vax.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} vax "$(tdir_vax)"
+evaxnbsd.c: $(srcdir)/emulparams/vaxnbsd.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} vaxnbsd "$(tdir_vaxnbsd)"
evsta.c: $(srcdir)/emulparams/vsta.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/aout.sc ${GEN_DEPENDS}
${GENSCRIPTS} vsta "$(tdir_vsta)"