summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorsimonb <simonb@NetBSD.org>2003-10-08 01:36:19 +0000
committersimonb <simonb@NetBSD.org>2003-10-08 01:36:19 +0000
commit8ca32cb009158508e675bbc3bbf1fc16b606830d (patch)
treec2bafe1cbdbe882cd49ebfb4709268009c77c3e7 /sys
parent27fbee2ad2ce78056e640176a1e03f156897ba96 (diff)
Use -ffreestanding.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/bebox/stand/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/bebox/stand/boot/Makefile b/sys/arch/bebox/stand/boot/Makefile
index 8f7651b2e47..3713bb9f40a 100644
--- a/sys/arch/bebox/stand/boot/Makefile
+++ b/sys/arch/bebox/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2002/04/09 16:05:37 sakamoto Exp $
+# $NetBSD: Makefile,v 1.17 2003/10/08 01:36:19 simonb Exp $
S= ${.CURDIR}/../../../..
@@ -12,6 +12,7 @@ CSRCS+= kbd.c ns16550.c vreset.c vga.c video.c
CLEANFILES+= vers.c vers.o ${BOOTPROG}
+COPTS+= -ffreestanding
CPPFLAGS= -I${.CURDIR} -I${.CURDIR}/../elf2pef -I${.CURDIR}/../../..
CPPFLAGS+= -I${S} -I${S}/lib/libsa
CPPFLAGS+= -D_STANDALONE -DDBMONITOR -DRELOC=${RELOC}