summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/pc98/Makefile.inc')
-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 b613302..76774b3 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -7,7 +7,7 @@ BINDIR?= /boot
LOADER_ADDRESS?=0x200000
CFLAGS+= -march=i386 -ffreestanding
CFLAGS.gcc+= -mpreferred-stack-boundary=2
-CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
+CFLAGS+= ${CFLAGS_NO_SIMD} -msoft-float
CFLAGS+= -Os -DPC98
LDFLAGS+= -nostdlib
OpenPOWER on IntegriCloud