diff options
author | Richard Henderson <rth@redhat.com> | 2001-12-17 23:54:58 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-12-17 23:54:58 +0000 |
commit | fc18a3f3f5db106d82e04243518502dcb3e6bea6 (patch) | |
tree | f8d009831790ac7937a48e69ffd31a07eabd9f51 /ld/configure.tgt | |
parent | d34f383a191f1ced844353a68596bc271e5df35c (diff) | |
download | gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.zip gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.tar.gz 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.tgt | 2 |
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 ;; |