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.
This commit is contained in:
David E. O'Brien 2003-07-01 17:29:48 +00:00
parent 3e1521419b
commit 9c3f1b326f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=117131

View File

@ -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