summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd/Makefile.alpha
blob: da6bddc9fefb928fa9e4b0d92484710c183b9d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

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"
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
.endif

CLEANFILES+=	elf64-target.h
elf64-target.h: elfxx-target.h
	sed -e s/NN/64/g ${.ALLSRC} > ${.TARGET}
OpenPOWER on IntegriCloud