summaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2005-11-06 04:40:57 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2005-11-06 04:40:57 +0000
commitf8327f3bd5955dc388db8c242f37001ae2c52a7b (patch)
tree63f645f2dbfdf436ef5ab28317f12ceef9e32da7 /sys/boot
parente1114a8b264845c42f065bb7142df61454a2811e (diff)
Notes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/pc98/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc
index 0c17dd0beb75..379dae33f4c8 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -5,7 +5,8 @@
BINDIR?= /boot
LOADER_ADDRESS?=0x100000
-CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
+CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 \
+ -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3
LDFLAGS+= -nostdlib
# BTX components