summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-07-01 17:29:48 +0000
committerobrien <obrien@FreeBSD.org>2003-07-01 17:29:48 +0000
commit8f11363180f469db6f07c7834bdbc137428e8b06 (patch)
tree4e98f248c4690ebf5d8ff29ed5b2a9ea2e99e05d /gnu
parent032b6e9b7e46979070b74abba2a7ee514efa02cd (diff)
downloadFreeBSD-src-8f11363180f469db6f07c7834bdbc137428e8b06.zip
FreeBSD-src-8f11363180f469db6f07c7834bdbc137428e8b06.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/libbfd/Makefile.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.amd64 b/gnu/usr.bin/binutils/libbfd/Makefile.amd64
index 4c95063..012ff12 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
OpenPOWER on IntegriCloud