summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/ld/Makefile.sparc64
blob: 89345fb96b21c9db0e83d7b1405e1b118c5fde7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# $FreeBSD$

TARGET_TUPLE?=	sparc64-unknown-freebsd

.if ${TARGET_ARCH} == "sparc64"
HOST=	${TARGET_TUPLE}
CFLAGS+= -DDEFAULT_EMULATION=\"elf64_sparc\"
CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\"
_sparc_path=	\"${TOOLS_PREFIX}/usr/lib\"
.else
_sparc_path=	\"/usr/cross/sparc-freebsd/usr/lib\"
.endif

EMS+=		ld_elf64_sparc_emulation
LDSCRIPTS+=	elf64_sparc.x elf64_sparc.xbn elf64_sparc.xn elf64_sparc.xr \
		elf64_sparc.xs elf64_sparc.xu elf64_sparc.xc elf64_sparc.xsc
SRCS+=		eelf64_sparc.c
CLEANFILES+=	eelf64_sparc.c

EMS+=		ld_elf32_sparc_emulation
LDSCRIPTS+=	elf32_sparc.x elf32_sparc.xbn elf32_sparc.xn elf32_sparc.xr \
		elf32_sparc.xs elf32_sparc.xu elf32_sparc.xc elf32_sparc.xsc
SRCS+=		eelf32_sparc.c
CLEANFILES+=	eelf32_sparc.c

eelf64_sparc.c: emulparams/elf64_sparc.sh emultempl/elf32.em \
    scripttempl/elf.sc genscripts.sh stringify.sed
	sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_sparc_path} \
	    ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
	    elf64_sparc "" elf64_sparc ${TARGET_TUPLE}

eelf32_sparc.c: emulparams/elf32_sparc.sh emultempl/elf32.em \
    scripttempl/elf.sc genscripts.sh stringify.sed
	sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_sparc_path} \
	    ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
	    elf32_sparc "" elf32_sparc ${TARGET_TUPLE}
OpenPOWER on IntegriCloud