MFi386: r241785
boot: use -march=i386 for both i386 and amd64 builds
This commit is contained in:
parent
8252626fb4
commit
9260abade3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user