1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
2001-10-13 20:58:59 -04:00
|
|
|
|
2002-12-02 04:59:05 -05:00
|
|
|
DEFAULT_VECTOR= bfd_elf32_i386_freebsd_vec
|
|
|
|
|
|
2002-12-02 05:01:18 -05:00
|
|
|
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
|
1999-12-17 10:50:45 -05:00
|
|
|
.if ${TARGET_ARCH} == "i386"
|
2002-12-02 04:59:05 -05:00
|
|
|
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
|
1999-11-06 16:09:40 -05:00
|
|
|
.endif
|
|
|
|
|
|
1998-03-11 21:55:43 -05:00
|
|
|
CLEANFILES+= elf32-target.h
|
1998-05-04 17:16:46 -04:00
|
|
|
elf32-target.h: elfxx-target.h
|
1998-03-11 21:55:43 -05:00
|
|
|
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
|