aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/pc98/Makefile.inc
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2012-11-10 12:42:28 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2012-11-10 12:42:28 +0000
commit5016be6c9e924fe8d95b67488a990b81c7fc39c7 (patch)
tree247a80639638f470675ac410e9e12757804c186a /sys/boot/pc98/Makefile.inc
parentc224072d619c7f3eeb1825d39d284ffe76c28b05 (diff)
downloadsrc-5016be6c9e924fe8d95b67488a990b81c7fc39c7.tar.gz
src-5016be6c9e924fe8d95b67488a990b81c7fc39c7.zip
cosmetic changes to reduce diffs against i386.
Notes
Notes: svn path=/head/; revision=242865
Diffstat (limited to 'sys/boot/pc98/Makefile.inc')
-rw-r--r--sys/boot/pc98/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc
index 96bd0b4f80be..857c8bcd7afe 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -6,8 +6,8 @@ BINDIR?= /boot
LOADER_ADDRESS?=0x200000
CFLAGS+= -march=i386 -ffreestanding -mpreferred-stack-boundary=2 \
- -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float \
- -Os -DPC98
+ -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float
+CFLAGS+= -Os -DPC98
LDFLAGS+= -nostdlib
# BTX components