From 9c3f1b326fd24c2e8f88f3875eecb5bdaf558387 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 1 Jul 2003 17:29:48 +0000 Subject: [PATCH] bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need. ar and nm aren't very smart when faced with multiple applicable vectors. --- gnu/usr.bin/binutils/libbfd/Makefile.amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.amd64 index 4c9506377eb..012ff129535 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 +++ b/gnu/usr.bin/binutils/libbfd/Makefile.amd64 @@ -3,7 +3,7 @@ .include "${.CURDIR}/Makefile.i386" # Get the i386 DEFAULT_VECTOR and VECS. -I386_VECS:= ${DEFAULT_VECTOR} ${VECS} +I386_VECS:= ${DEFAULT_VECTOR} # ${VECS} DEFAULT_VECTOR= bfd_elf64_x86_64_vec