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

15 lines
428 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
2002-12-02 04:59:05 -05:00
DEFAULT_VECTOR= bfd_elf64_alpha_freebsd_vec
SRCS+= coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha-fbsd.c \
elf64-alpha.c elf64-target.h elf64.c elflink.c
VECS= ${DEFAULT_VECTOR} bfd_elf64_alpha_vec ecoffalpha_little_vec
.if ${TARGET_ARCH} == "alpha"
2002-12-02 04:59:05 -05:00
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
1998-05-04 17:16:46 -04:00
.endif
1998-05-04 17:16:46 -04:00
CLEANFILES+= elf64-target.h
elf64-target.h: elfxx-target.h
sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}