From 8ca32cb009158508e675bbc3bbf1fc16b606830d Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 8 Oct 2003 01:36:19 +0000 Subject: Use -ffreestanding. --- sys/arch/bebox/stand/boot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys') 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} -- cgit