aboutsummaryrefslogtreecommitdiff
path: root/ld/configure.tgt
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2001-12-17 23:54:58 +0000
committerRichard Henderson <rth@redhat.com>2001-12-17 23:54:58 +0000
commitfc18a3f3f5db106d82e04243518502dcb3e6bea6 (patch)
treef8d009831790ac7937a48e69ffd31a07eabd9f51 /ld/configure.tgt
parentd34f383a191f1ced844353a68596bc271e5df35c (diff)
downloadfsf-binutils-gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.zip
fsf-binutils-gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.tar.gz
fsf-binutils-gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.tar.bz2
* Makefile.am: Add rules for eelf64alpha_nbsd.
* Makefile.in: Regenerate. * configure.tgt (alpha*-*-netbsd*): Set targ_emul to elf64alpha_nbsd. * emulparams/elf64alpha_nbsd.sh: Added.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r--ld/configure.tgt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt
index 5bfb576..29c69e1 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -333,7 +333,7 @@ alpha*-*-linux-gnu*) targ_emul=elf64alpha targ_extra_emuls=alpha
alpha*-*-osf*) targ_emul=alpha ;;
alpha*-*-gnu*) targ_emul=elf64alpha ;;
alpha*-*-netware*) targ_emul=alpha ;;
-alpha*-*-netbsd*) targ_emul=elf64alpha ;;
+alpha*-*-netbsd*) targ_emul=elf64alpha_nbsd ;;
z8k-*-coff) targ_emul=z8002; targ_extra_emuls=z8001 ;;
ns32k-pc532-mach* | ns32k-pc532-ux*) targ_emul=pc532macha ;;
ns32k-pc532-netbsd* | ns32k-pc532-lites*) targ_emul=ns32knbsd ;;