summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd/Makefile.alpha
blob: 7c98ead96f6e373f11bf84d984e373daafbecb11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# $Id: Makefile.alpha,v 1.2 1998/05/04 21:16:46 jb Exp $
#

SRCS+=		coff-alpha.c cpu-alpha.c ecoff.c ecofflink.c elf64-alpha.c \
		elf64-target.h elf64.c elflink.c
VECS+=		bfd_elf64_alpha_vec ecoffalpha_little_vec
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+=	-DDEFAULT_VECTOR=bfd_elf64_alpha_vec
.endif
CFLAGS+=	-DHAVE_bfd_elf64_alpha_vec
CFLAGS+=	-DHAVE_ecoffalpha_little_vec
CLEANFILES+=	elf64-target.h

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