aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/Makefile.inc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 00:53:45 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-10 00:53:45 +0000
commit7571ef5ae3b78ea2aa7e916bfa6f1522e0c8bd76 (patch)
tree7d6c8433de2242ab0ff260f4bde9e2703f878b63 /sys/boot/i386/Makefile.inc
parent708a23c3429a035cfefaaca5c6e52749a53d9196 (diff)
downloadsrc-7571ef5ae3b78ea2aa7e916bfa6f1522e0c8bd76.tar.gz
src-7571ef5ae3b78ea2aa7e916bfa6f1522e0c8bd76.zip
-ffreestanding is the word for /sys.
Notes
Notes: svn path=/head/; revision=96306
Diffstat (limited to 'sys/boot/i386/Makefile.inc')
-rw-r--r--sys/boot/i386/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc
index fa5ea569e609..6aced1829560 100644
--- a/sys/boot/i386/Makefile.inc
+++ b/sys/boot/i386/Makefile.inc
@@ -3,4 +3,4 @@
# $FreeBSD$
LOADER_ADDRESS?= 0x200000
-CFLAGS+= -mpreferred-stack-boundary=2
+CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2