From 753a4ce3929a5db443ed75e9d82c3e976c61f072 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Sun, 26 Mar 2006 00:46:13 +0000 Subject: * emulparams/elf32bfinfd.sh: New file. * emultempl/bfin.em: Delete. * emulparams/bfin.sh: Lose reference to bfin.em. * Makefile.am (eelf32bfin.c): Likewise. (eelf32bfinfd.c): New. * Makefile.in: Regenerate. * configure.tgt (bfin-*-elf, bfin-*-uclinux): Add elf32bfinfd to targ_extra_emuls. --- ld/configure.tgt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 9511666..8504c9b 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -83,8 +83,8 @@ xscale-*-elf) targ_emul=armelf avr-*-*) targ_emul=avr2 targ_extra_emuls="avr1 avr3 avr4 avr5" ;; -bfin-*-elf) targ_emul=elf32bfin ;; -bfin-*-uclinux*) targ_emul=elf32bfin ;; +bfin-*-elf) targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;; +bfin-*-uclinux*) targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;; cr16c-*-elf*) targ_emul=elf32cr16c ;; cris-*-*aout*) targ_emul=crisaout -- cgit v1.1