We can handle the bfd_elf32_i386_vec vector at the same time as the

bfd_elf32_i386_freebsd_vec.  This may help in intra-branch building.
This commit is contained in:
David E. O'Brien
2002-12-02 10:01:18 +00:00
parent 517870e5ec
commit f0c6e880d6
+2 -2
View File
@@ -2,8 +2,8 @@
DEFAULT_VECTOR= bfd_elf32_i386_freebsd_vec
SRCS+= cpu-i386.c elf32-i386-fbsd.c elf32-target.h elf32.c elflink.c
VECS= ${DEFAULT_VECTOR}
SRCS+= cpu-i386.c elf32-i386-fbsd.c elf32-i386.c elf32-target.h elf32.c elflink.c
VECS= ${DEFAULT_VECTOR} bfd_elf32_i386_vec
.if ${TARGET_ARCH} == "i386"
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}