MFi386: revisions 1.10 and 1.11.

- Add '-mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3' to CFLAGS.
This commit is contained in:
Yoshihiro Takahashi 2005-09-13 08:27:38 +00:00
parent a566429af3
commit 090559c76e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150072

View File

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