summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/alpha/Makefile.inc')
-rw-r--r--sys/boot/alpha/Makefile.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/boot/alpha/Makefile.inc b/sys/boot/alpha/Makefile.inc
deleted file mode 100644
index 17d17b9..0000000
--- a/sys/boot/alpha/Makefile.inc
+++ /dev/null
@@ -1,12 +0,0 @@
-# $FreeBSD$
-# Options used when building app-specific libalpha components
-
-BINDIR?= /boot
-
-CFLAGS+= -ffreestanding -mno-fp-regs -Os
-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