From 517870e5ec2d68014841b8da5c390fc012f4251d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Mon, 2 Dec 2002 10:00:44 +0000 Subject: [PATCH] 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. --- gnu/usr.bin/binutils/libbfd/Makefile.alpha | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/usr.bin/binutils/libbfd/Makefile.alpha b/gnu/usr.bin/binutils/libbfd/Makefile.alpha index 5754cbc901db..da6bddc9fefb 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