aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/Makefile.inc
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2011-01-05 22:24:33 +0000
committerDimitry Andric <dim@FreeBSD.org>2011-01-05 22:24:33 +0000
commit3ab20ac1f57acc64252347d97ead2b59ea333b81 (patch)
tree9b4bfbfe6c96c37ba0a8b26db592344b32146010 /sys/boot/pc98/Makefile.inc
parent79f480491876caea0c74328f3b567204b91d3966 (diff)
downloadsrc-3ab20ac1f57acc64252347d97ead2b59ea333b81.tar.gz
src-3ab20ac1f57acc64252347d97ead2b59ea333b81.zip
On i386 and amd64, consistently use the following options whenever we
want to avoid using any "advanced" CPU features: -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
Notes
Notes: svn path=/head/; revision=217033
Diffstat (limited to 'sys/boot/pc98/Makefile.inc')
-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 641fbca88e67..62cfc1d9f3a8 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -6,7 +6,7 @@ BINDIR?= /boot
LOADER_ADDRESS?=0x200000
CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 \
- -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 \
+ -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float \
-Os -DPC98
LDFLAGS+= -nostdlib