aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-30 02:40:03 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-30 02:40:03 +0000
commitab68f3e06fff1c31798b1491b352a46790a30b60 (patch)
treec281c9aaba6313aeff43e8a251906eeb85b3b2cd /ld/configure.tgt
parent90ace9e95d9e0875fa6896115ad6f830dbf9cde8 (diff)
downloadgdb-ab68f3e06fff1c31798b1491b352a46790a30b60.zip
gdb-ab68f3e06fff1c31798b1491b352a46790a30b60.tar.gz
gdb-ab68f3e06fff1c31798b1491b352a46790a30b60.tar.bz2
2002-05-29 Matt Thomas <matt@3am-software.com>
Jason Thorpe <thorpej@wasabisystems.com> * Makefile.am (ALL_EMULATIONS): Add eelf32vax.o and evaxnbsd.o. (eelf32vax.c) (evaxnbsd.c): New rules. * Makefile.in: Regenerate. * configure.tgt (vax-*-netbsdelf*) (vax-*-netbsdaout*) (vax-*-netbsd*): New targets. * emulparams/elf32vax.sh: New file. * emulparams/vaxnbsd.sh: New file.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 0f04117..c33485f 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -324,6 +324,11 @@ hppa*-*-lites*) targ_emul=hppaelf ;;
hppa*-*-netbsd*) targ_emul=hppanbsd ;;
hppa*-*-rtems*) targ_emul=hppaelf ;;
vax-dec-ultrix* | vax-dec-bsd*) targ_emul=vax ;;
+vax-*-netbsdelf*) targ_emul=elf32vax
+ targ_extra_emuls=vaxnbsd ;;
+vax-*-netbsdaout* | vax-*-netbsd*)
+ targ_emul=vaxnbsd
+ targ_extra_emuls=elf32vax ;;
mips*-*-pe) targ_emul=mipspe ;
targ_extra_ofiles="deffilep.o pe-dll.o" ;;
mips*-dec-ultrix*) targ_emul=mipslit ;;