diff options
author | obrien <obrien@FreeBSD.org> | 2002-12-02 10:00:44 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-12-02 10:00:44 +0000 |
commit | 75c01c7c0906cd97c499b043613ac88826aba6e8 (patch) | |
tree | f5696f0121f2a8fb133128c94c8819922df8e088 | |
parent | b782c9f5b6c05a4c5856e0e194772e61ef42eaf6 (diff) | |
download | FreeBSD-src-75c01c7c0906cd97c499b043613ac88826aba6e8.zip FreeBSD-src-75c01c7c0906cd97c499b043613ac88826aba6e8.tar.gz |
We can handle the bfd_elf64_alpha_vec vector at the same time as the
bfd_elf64_alpha_freebsd_vec. This may help in intra-branch building.
-rw-r--r-- | gnu/usr.bin/binutils/libbfd/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.alpha b/gnu/usr.bin/binutils/libbfd/Makefile.alpha index 5754cbc..da6bddc 100644 --- a/gnu/usr.bin/binutils/libbfd/Makefile.alpha +++ b/gnu/usr.bin/binutils/libbfd/Makefile.alpha @@ -3,8 +3,8 @@ DEFAULT_VECTOR= bfd_elf64_alpha_freebsd_vec SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha-fbsd.c \ - elf64-target.h elf64.c elflink.c -VECS= ${DEFAULT_VECTOR} ecoffalpha_little_vec + elf64-alpha.c elf64-target.h elf64.c elflink.c +VECS= ${DEFAULT_VECTOR} bfd_elf64_alpha_vec ecoffalpha_little_vec .if ${TARGET_ARCH} == "alpha" CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR} .endif |