summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/Makefile.inc
blob: 19af97eabf2d3365daa093b840fd63985ad292b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$
# Options used when building app-specific libalpha components

BINDIR?=		/boot

CFLAGS+=		-ffreestanding -mno-fp-regs
LDFLAGS+=		-nostdlib
PRIMARY_LOAD_ADDRESS=	0x20000000	# "Region 1 start"
SECONDARY_LOAD_ADDRESS=	0x2000c000	# "Region 1 start" + 48k
HEAP_LIMIT=		0x20040000	# "Region 1 start" + 256k
LIBSTANDDIR=		${.CURDIR}/../../../../lib/libstand
LIBALPHA=		${.OBJDIR}/../libalpha/libalpha.a
OpenPOWER on IntegriCloud