From 348df1aa25ecba29bc5308160496f1dec309d249 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Tue, 14 May 2002 12:32:59 +0000 Subject: [PATCH] Add -ffreestanding to CFLAGS. --- sys/boot/pc98/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc index 65ba9310bcb9..53653eb920f6 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