diff options
| author | simonb <simonb@NetBSD.org> | 2003-10-08 01:36:19 +0000 |
|---|---|---|
| committer | simonb <simonb@NetBSD.org> | 2003-10-08 01:36:19 +0000 |
| commit | 8ca32cb009158508e675bbc3bbf1fc16b606830d (patch) | |
| tree | c2bafe1cbdbe882cd49ebfb4709268009c77c3e7 /sys | |
| parent | 27fbee2ad2ce78056e640176a1e03f156897ba96 (diff) | |
Use -ffreestanding.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/bebox/stand/boot/Makefile | 3 |
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} |
