aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
diff options
context:
space:
mode:
authorCatherine Moore <clm@redhat.com>2005-09-30 15:23:16 +0000
committerCatherine Moore <clm@redhat.com>2005-09-30 15:23:16 +0000
commit95f4309b9811598cb7e0d566ad7ec36e10f54c13 (patch)
treebb641bbc6578de32ec3084cc406f4c049a05ccd5 /ld/Makefile.am
parent1d65ded423498de9d25a0215eea68cbbf67a06d2 (diff)
downloadfsf-binutils-gdb-95f4309b9811598cb7e0d566ad7ec36e10f54c13.zip
fsf-binutils-gdb-95f4309b9811598cb7e0d566ad7ec36e10f54c13.tar.gz
fsf-binutils-gdb-95f4309b9811598cb7e0d566ad7ec36e10f54c13.tar.bz2
* Makefile.am: Bfin support.
* Makefile.in: Regenerated. * aclocal.m4: Regenerated. * configure.tgt: Bfin support. * emulparams/bfin.sh: New file. * emultempl/bfin.em: New file.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r--ld/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am
index aefec32..78fa037 100644
--- a/ld/Makefile.am
+++ b/ld/Makefile.am
@@ -148,6 +148,7 @@ ALL_EMULATIONS = \
eelf32_i860.o \
eelf32_sparc.o \
eelf32b4300.o \
+ eelf32bfin.o \
eelf32cr16c.o \
eelf32bmip.o \
eelf32bmipn32.o \
@@ -615,6 +616,10 @@ ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \
edelta68.c: $(srcdir)/emulparams/delta68.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS}
${GENSCRIPTS} delta68 "$(tdir_delta68)"
+eelf32bfin.c: $(srcdir)/emulparams/bfin.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/bfin.em \
+ $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} elf32bfin "$(tdir_elf32bfin)" bfin
eelf32_dlx.c: $(srcdir)/emulparams/elf32_dlx.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/dlx.sc ${GEN_DEPENDS}
${GENSCRIPTS} elf32_dlx "$(tdir_elf32_dlx)"