aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2007-10-15 14:20:24 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2007-10-15 14:20:24 +0000
commit51626c2003d90f680be54ebc28d497f212bcebe8 (patch)
tree2a519489b85e59f9ebc3c376f97e8d2529937b5d /lib/libstand
parent1602894ecfdf7e57fa45cdc2df6e3313a1177db6 (diff)
Notes
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index a06cf514cd026..c2fc7a4f70916 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -22,6 +22,9 @@ CFLAGS+= -mno-mmx -mno-3dnow -mno-sse -mno-sse2
.if ${MACHINE_ARCH} == "i386"
CFLAGS+= -mno-sse3
.endif
+.if ${MACHINE} == "pc98"
+CFLAGS+= -Os
+.endif
.if ${MACHINE_ARCH} == "powerpc"
CFLAGS+= -msoft-float -D_STANDALONE
.endif