diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-11-06 04:40:57 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-11-06 04:40:57 +0000 |
| commit | f8327f3bd5955dc388db8c242f37001ae2c52a7b (patch) | |
| tree | 63f645f2dbfdf436ef5ab28317f12ceef9e32da7 /sys/boot | |
| parent | e1114a8b264845c42f065bb7142df61454a2811e (diff) | |
Notes
Diffstat (limited to 'sys/boot')
| -rw-r--r-- | sys/boot/pc98/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc index 0c17dd0beb75..379dae33f4c8 100644 --- a/sys/boot/pc98/Makefile.inc +++ b/sys/boot/pc98/Makefile.inc @@ -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 |
