summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2002-05-14 12:32:59 +0000
committernyan <nyan@FreeBSD.org>2002-05-14 12:32:59 +0000
commitff317ae810db8b39af7cb0f9e032e7e692a46044 (patch)
treee43212de1f39b6909d4ccced003d15262f93eacd /sys
parentfa0fd5ad199744ef9e1bab7f4f432033cc099da6 (diff)
downloadFreeBSD-src-ff317ae810db8b39af7cb0f9e032e7e692a46044.zip
FreeBSD-src-ff317ae810db8b39af7cb0f9e032e7e692a46044.tar.gz
Add -ffreestanding to CFLAGS.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/pc98/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc
index 65ba931..53653eb 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -3,4 +3,4 @@
# $FreeBSD$
LOADER_ADDRESS?= 0x100000
-CFLAGS+= -mpreferred-stack-boundary=2
+CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
OpenPOWER on IntegriCloud