From d2012d17180930c0b701d82262d91163f10dc113 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 9 May 2003 20:05:04 +0000 Subject: * Makefile.am (ALL_EMULATIONS): Add earmelfb.o and earmelfb_linux.o. (earmelfb.c, earmelfb_linux.c): New rules. * Makefile.in: Regenerated. * emulparams/armelfb.sh, emulparams/armelfb_linux.sh: New files. --- ld/configure.tgt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld/configure.tgt') diff --git a/ld/configure.tgt b/ld/configure.tgt index 66f2f5e..180eb94 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -240,10 +240,12 @@ arm-*-netbsd*) targ_emul=armnbsd; arm-*-nto*) targ_emul=armnto ;; arm-*-openbsd*) targ_emul=armnbsd ;; arm-*-rtems*) targ_emul=armelf ;; +armeb-*-elf) targ_emul=armelfb ;; arm-*-elf) targ_emul=armelf ;; arm-*-kaos*) targ_emul=armelf ;; arm9e-*-elf) targ_emul=armelf ;; arm-*-oabi) targ_emul=armelf_oabi ;; +arm*b-*-linux-gnu*) targ_emul=armelfb_linux; targ_extra_emuls=armelfb ;; arm*-*-linux-gnu*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; arm*-*-uclinux*) targ_emul=armelf_linux; targ_extra_emuls=armelf ;; arm*-*-conix*) targ_emul=armelf ;; -- cgit v1.1