MFi386: r241785

boot: use -march=i386 for both i386 and amd64 builds
This commit is contained in:
Yoshihiro Takahashi 2012-11-10 11:55:52 +00:00
parent 8252626fb4
commit 9260abade3

View File

@ -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