summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2012-11-10 11:55:52 +0000
committernyan <nyan@FreeBSD.org>2012-11-10 11:55:52 +0000
commit7e7f6eb1dfb834d8da899502e7f5ad456b45f8f6 (patch)
tree7d22537d082b95152d416cd7d09d9dde9a790540 /sys/boot/pc98
parentce61d80a96807cf0f95496e268841038ce2436e2 (diff)
downloadFreeBSD-src-7e7f6eb1dfb834d8da899502e7f5ad456b45f8f6.zip
FreeBSD-src-7e7f6eb1dfb834d8da899502e7f5ad456b45f8f6.tar.gz
MFi386: r241785
boot: use -march=i386 for both i386 and amd64 builds
Diffstat (limited to 'sys/boot/pc98')
-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 62cfc1d..96bd0b4 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -5,7 +5,7 @@
BINDIR?= /boot
LOADER_ADDRESS?=0x200000
-CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 \
+CFLAGS+= -march=i386 -ffreestanding -mpreferred-stack-boundary=2 \
-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float \
-Os -DPC98
LDFLAGS+= -nostdlib
OpenPOWER on IntegriCloud