summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/libbfd/Makefile.sparc64
blob: fe2726d0cdf0b82e54d2bd749c1d47b11607ecd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

DEFAULT_VECTOR=	bfd_elf64_sparc_vec

SRCS+=	aout32.c	\
	cpu-sparc.c	\
	elf32-sparc.c	\
	elf32-target.h	\
	elf32.c		\
	elf64-sparc.c	\
	elf64-target.h	\
	elf64.c		\
	elflink.c	\
	sparcnetbsd.c	\
	sunos.c
VECS=	${DEFAULT_VECTOR} bfd_elf32_sparc_vec sparcnetbsd_vec sunos_big_vec

.if ${TARGET_ARCH} == "sparc64"
CFLAGS+= -DDEFAULT_VECTOR=${DEFAULT_VECTOR}
.endif

CLEANFILES+=	elf32-target.h elf64-target.h
OpenPOWER on IntegriCloud