opnsense-src/sys/boot/alpha/Makefile.inc

13 lines
408 B
PHP
Raw Normal View History

2000-05-01 16:32:07 -04:00
# $FreeBSD$
# Options used when building app-specific libalpha components
2004-02-11 17:01:17 -05:00
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