summaryrefslogtreecommitdiffstats
path: root/sys/boot/ficl
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2007-10-15 14:20:24 +0000
committernyan <nyan@FreeBSD.org>2007-10-15 14:20:24 +0000
commit4669413153ac9e0365361b48db4e2a0cc5e37ef4 (patch)
tree2a519489b85e59f9ebc3c376f97e8d2529937b5d /sys/boot/ficl
parentbe4cf9548f56375244247312102ae190a6753ecb (diff)
downloadFreeBSD-src-4669413153ac9e0365361b48db4e2a0cc5e37ef4.zip
FreeBSD-src-4669413153ac9e0365361b48db4e2a0cc5e37ef4.tar.gz
Optimize for size on pc98. It enables to boot a kernel again.
I don't know what's wrong (loader, boot2 or others), but this change is effective. Tested by: NAKAJI Hiroyuki MFC after: 3 days
Diffstat (limited to 'sys/boot/ficl')
-rw-r--r--sys/boot/ficl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/ficl/Makefile b/sys/boot/ficl/Makefile
index a1cc45b..f8f6292 100644
--- a/sys/boot/ficl/Makefile
+++ b/sys/boot/ficl/Makefile
@@ -18,7 +18,7 @@ CFLAGS+= -mno-sse3
CFLAGS+= -msoft-float
.endif
.if ${MACHINE} == "pc98"
-CFLAGS+= -DPC98
+CFLAGS+= -Os -DPC98
.endif
.if HAVE_PNP
CFLAGS+= -DHAVE_PNP
OpenPOWER on IntegriCloud