1999-11-06 21:28:22 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2000-04-03 03:51:46 +00:00
|
|
|
SRCS+= aout32.o \
|
1999-11-06 21:28:22 +00:00
|
|
|
cpu-sparc.c \
|
|
|
|
elf32-sparc.c \
|
|
|
|
elf32-target.h \
|
|
|
|
elf32.c \
|
|
|
|
elflink.c \
|
2000-04-03 03:51:46 +00:00
|
|
|
sunos.c
|
|
|
|
VECS+= bfd_elf32_sparc_vec sunos_big_vec
|
1999-12-17 15:50:45 +00:00
|
|
|
.if ${TARGET_ARCH} == "sparc"
|
1999-11-06 21:28:22 +00:00
|
|
|
CFLAGS+= -DDEFAULT_VECTOR=bfd_elf32_sparc_vec
|
|
|
|
.endif
|
2000-04-03 03:51:46 +00:00
|
|
|
CFLAGS+= -DHAVE_elf32_sparc_vec -DHAVE_sunos_big_vec
|
1999-11-06 21:28:22 +00:00
|
|
|
CLEANFILES+= elf32-target.h
|
|
|
|
|
|
|
|
elf32-target.h: elfxx-target.h
|
|
|
|
sed -e s/NN/32/g ${.ALLSRC} > ${.TARGET}
|