aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-21 15:11:04 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-21 15:11:04 +0000
commit658f25883ae46d547a9c3052c3d65a36b772d150 (patch)
tree54d6e4b94d2a78bd89c57bdd95c9147a0b024a3a /ld/configure.tgt
parente51b6c61d8780dda3b540305cc27a3fc738c25bc (diff)
downloadgdb-658f25883ae46d547a9c3052c3d65a36b772d150.zip
gdb-658f25883ae46d547a9c3052c3d65a36b772d150.tar.gz
gdb-658f25883ae46d547a9c3052c3d65a36b772d150.tar.bz2
bfd:
* config.bfd (armeb-*-netbsdelf*): New target. ld: * Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o. (earmelfb_nbsd.c): New rule. * Makefile.in: Regenerate. * configure.tgt (armeb-*-netbsdelf*): New target. (arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls. (arm-*-netbsd*): Likewise. * emulparams/armelfb_nbsd.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt6
1 files changed, 4 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 4d18e12..4961908 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -217,10 +217,12 @@ arm-*-coff) targ_emul=armcoff ;;
arm-*-vxworks) targ_emul=armcoff ;;
arm-*-freebsd*) targ_emul=armelf_fbsd
targ_extra_emuls="armelf" ;;
+armeb-*-netbsdelf*) targ_emul=armelfb_nbsd;
+ targ_extra_emuls="armelf_nbsd armelf armnbsd" ;;
arm-*-netbsdelf*) targ_emul=armelf_nbsd;
- targ_extra_emuls="armelf armnbsd" ;;
+ targ_extra_emuls="armelfb_nbsd armelf armnbsd" ;;
arm-*-netbsd*) targ_emul=armnbsd;
- targ_extra_emuls="armelf armelf_nbsd" ;;
+ targ_extra_emuls="armelf armelf_nbsd armelfb_nbsd" ;;
arm-*-openbsd*) targ_emul=armnbsd ;;
arm-*-rtems*) targ_emul=armelf ;;
arm-*-elf) targ_emul=armelf ;;