summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/kgzldr/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-10 00:53:45 +0000
committerobrien <obrien@FreeBSD.org>2002-05-10 00:53:45 +0000
commitb12dc54a67fb99c10552075b1dbfa0deaef54fc6 (patch)
tree7d6c8433de2242ab0ff260f4bde9e2703f878b63 /sys/boot/i386/kgzldr/Makefile
parent09f3564bdff561a0aee3ee784f1e59caf926702b (diff)
downloadFreeBSD-src-b12dc54a67fb99c10552075b1dbfa0deaef54fc6.zip
FreeBSD-src-b12dc54a67fb99c10552075b1dbfa0deaef54fc6.tar.gz
-ffreestanding is the word for /sys.
Diffstat (limited to 'sys/boot/i386/kgzldr/Makefile')
-rw-r--r--sys/boot/i386/kgzldr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile
index 6ba2a350..85f3b67 100644
--- a/sys/boot/i386/kgzldr/Makefile
+++ b/sys/boot/i386/kgzldr/Makefile
@@ -3,7 +3,7 @@
FILES= kgzldr.o
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
-CFLAGS= -fno-builtin
+CFLAGS= -ffreestanding -fno-builtin
.if ${OBJFORMAT} == aout
CFLAGS+=-O2
.else
OpenPOWER on IntegriCloud