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:
parent
3e1521419b
commit
9c3f1b326f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user