diff options
author | 2002-05-14 07:37:10 +0000 | |
---|---|---|
committer | 2002-05-14 07:37:10 +0000 | |
commit | d6050413e8d2d6984d6837d7dcade50d5e13a8c0 (patch) | |
tree | 5acbc345adbfe75cd8e5cc0f9834c3f4e4145fa4 | |
parent | fix the diag insns, make copy_on_fault() usable by the kcopy as well (diff) | |
download | wireguard-openbsd-d6050413e8d2d6984d6837d7dcade50d5e13a8c0.tar.xz wireguard-openbsd-d6050413e8d2d6984d6837d7dcade50d5e13a8c0.zip |
ops, add missing vax vector.
-rw-r--r-- | gnu/usr.bin/binutils/bfd/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/bfd/configure.in b/gnu/usr.bin/binutils/bfd/configure.in index 2043bbf1641..9cc90c84159 100644 --- a/gnu/usr.bin/binutils/bfd/configure.in +++ b/gnu/usr.bin/binutils/bfd/configure.in @@ -663,6 +663,7 @@ do vms_vax_vec) tb="$tb vms.lo vms-hdr.lo vms-gsd.lo vms-tir.lo vms-misc.lo" ;; w65_vec) tb="$tb coff-w65.lo reloc16.lo" ;; we32kcoff_vec) tb="$tb coff-we32k.lo" ;; + vaxnetbsd_vec) tb="$tb vaxnetbsd.lo aout32.lo" ;; z8kcoff_vec) tb="$tb coff-z8k.lo reloc16.lo" ;; "") ;; |