diff options
author | obrien <obrien@FreeBSD.org> | 2003-07-01 17:29:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2003-07-01 17:29:48 +0000 |
commit | 8f11363180f469db6f07c7834bdbc137428e8b06 (patch) | |
tree | 4e98f248c4690ebf5d8ff29ed5b2a9ea2e99e05d /gnu/usr.bin | |
parent | 032b6e9b7e46979070b74abba2a7ee514efa02cd (diff) | |
download | FreeBSD-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/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.amd64 | 2 |
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 |