opnsense-src/gnu/usr.bin/binutils/libbfd/Makefile.i386

14 lines
371 B
Makefile
Raw Normal View History

#
# $Id: Makefile.i386,v 1.4 1998/05/04 21:16:46 jb Exp $
#
SRCS+= cpu-i386.c elf32-i386.c elf32-target.h elf32.c elflink.c
1998-05-04 17:16:46 -04:00
VECS+= bfd_elf32_i386_vec
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_i386_vec
1998-05-04 17:16:46 -04:00
.endif
CFLAGS+= -DHAVE_bfd_elf32_i386_vec
CLEANFILES+= elf32-target.h
1998-05-04 17:16:46 -04:00
elf32-target.h: elfxx-target.h
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}