summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/stand/boot
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-04-20 20:08:28 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-04-20 20:08:28 +0000
commit48d94df703a2f785d98060ae2cae54b2adcd61a6 (patch)
treeb557c15e855c677dab57c0898fcf3ab0adc1c77e /sys/arch/hppa/stand/boot
parent3bab7d4b74e84ec48a9e68f63f9e294387078300 (diff)
fix previous commit blowup:
generate link map for a meanwhile use special kernel config while in developmet pass HEAP_LIMIT into CPPFLAGS
Diffstat (limited to 'sys/arch/hppa/stand/boot')
-rw-r--r--sys/arch/hppa/stand/boot/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/stand/boot/Makefile b/sys/arch/hppa/stand/boot/Makefile
index fc1cbd1b7ec..bd94b368b3b 100644
--- a/sys/arch/hppa/stand/boot/Makefile
+++ b/sys/arch/hppa/stand/boot/Makefile
@@ -1,13 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 1999/04/20 20:05:22 mickey Exp $
+# $OpenBSD: Makefile,v 1.7 1999/04/20 20:08:27 mickey Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c vars.c bootarg.c conf.c
-#AFLAGS+=-Wa,-R
-# AFLAGS+=-Wa,-a
LD?= ld
LDFLAGS+=-Bstatic -nostartfiles -nostdlib -N -Ttext $(LINKADDR)
LDFLAGS+=-T ${.CURDIR}/ld.script -Map boot.map
-#LDFLAGS+=-O -N -S -H -R$(LINKADDR) -e begin -t
SIZE?= size
MAN= boot.8
MLINKS= boot.8 boot.conf.8