mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
14 lines
423 B
Makefile
14 lines
423 B
Makefile
# $FreeBSD$
|
|
|
|
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 ${TARGET_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}
|