diff options
Diffstat (limited to 'gnu/usr.bin/binutils/bfd/config.bfd')
-rw-r--r-- | gnu/usr.bin/binutils/bfd/config.bfd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/binutils/bfd/config.bfd b/gnu/usr.bin/binutils/bfd/config.bfd index ff5d118fd82..c192d4dd280 100644 --- a/gnu/usr.bin/binutils/bfd/config.bfd +++ b/gnu/usr.bin/binutils/bfd/config.bfd @@ -57,7 +57,7 @@ esac case "${targ}" in # START OF targmatch.h #ifdef BFD64 - alpha*-*-netbsd* | alpha*-*-freebsd*) + alpha*-*-netbsd* | alpha*-*-freebsd* | alpha*-*-openbsd*) targ_defvec=bfd_elf64_alpha_vec targ_selvecs=ecoffalpha_little_vec ;; @@ -73,9 +73,6 @@ case "${targ}" in targ_defvec=bfd_elf64_alpha_vec targ_selvecs=ecoffalpha_little_vec ;; - alpha*-*-openbsd*) - targ_defvec=ecoffalpha_little_vec - ;; alpha*-*-*vms*) targ_defvec=vms_alpha_vec ;; |