Add -ffreestanding to CFLAGS.

This commit is contained in:
Yoshihiro Takahashi 2002-05-14 12:32:59 +00:00
parent 87c4cce00e
commit 348df1aa25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96579

View File

@ -3,4 +3,4 @@
# $FreeBSD$
LOADER_ADDRESS?= 0x100000
CFLAGS+= -mpreferred-stack-boundary=2
CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2