freebsd-dev/gnu/usr.bin/binutils/libbfd/Makefile.i386
John Polstra 66f259f3f5 Disable support for the a.out-i386-bsd target. Everything it can do
seems to be supported in the a.out-i386-freebsd target.  When both
are present, there are sometimes complaints of "ambiguous file
format."
1998-03-14 01:40:31 +00:00

21 lines
590 B
Makefile

#
# $Id: Makefile.i386,v 1.1 1998/03/12 02:55:26 jdp Exp $
#
SRCS+= aout32.c coff-i386.c cofflink.c cpu-i386.c \
elf32-i386.c elf32.c elflink.c i386freebsd.c
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
CFLAGS+= -DSELECT_VECS="&bfd_elf32_i386_vec,&i386freebsd_vec,&i386coff_vec"
CFLAGS+= -DSELECT_ARCHITECTURES="&bfd_i386_arch"
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
CFLAGS+= -DHAVE_i386freebsd_vec
CFLAGS+= -DHAVE_i386coff_vec
CLEANFILES+= elf32-target.h
beforedepend: elf32-target.h
elf32-i386.o: elf32-target.h
elf32-target.h: elfxx-target.h
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}