summaryrefslogtreecommitdiff
path: root/ld/emulparams/armelfb_nbsd.sh
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
commit5c6e816a147fdcff555032b547f76724080accb4 (patch)
tree86054214b6b954acf258cd842c572083abc1c26f /ld/emulparams/armelfb_nbsd.sh
parenta759b6c48f854ff73c110db72f4e013e9abc3efa (diff)
downloadbinutils-redhat-5c6e816a147fdcff555032b547f76724080accb4.tar.gz
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/emulparams/armelfb_nbsd.sh')
-rw-r--r--ld/emulparams/armelfb_nbsd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/armelfb_nbsd.sh b/ld/emulparams/armelfb_nbsd.sh
new file mode 100644
index 0000000000..7ab6ce06a5
--- /dev/null
+++ b/ld/emulparams/armelfb_nbsd.sh
@@ -0,0 +1,2 @@
+. ${srcdir}/emulparams/armelf_nbsd.sh
+OUTPUT_FORMAT="elf32-bigarm"