summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-03-03 18:53:47 +0000
committerimp <imp@FreeBSD.org>2009-03-03 18:53:47 +0000
commit7cc5fa7327837bb4b7b51af688dfba37548bd6aa (patch)
treeb8aabbe655f2d37695f6d81190d2bd9bc653dfef
parent7cfe6a40d7e0a1e79b1ceb60cfbe18d0b9f2fc32 (diff)
downloadFreeBSD-src-7cc5fa7327837bb4b7b51af688dfba37548bd6aa.zip
FreeBSD-src-7cc5fa7327837bb4b7b51af688dfba37548bd6aa.tar.gz
Bump down the inline limit on MIPS.
-rw-r--r--sys/conf/kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 67bce9f..f9618ef 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -91,7 +91,7 @@ INLINE_LIMIT?= 15000
#
.if ${MACHINE_ARCH} == "mips"
CFLAGS+= -msoft-float -mno-dsp
-INLINE_LIMIT?= 15000
+INLINE_LIMIT?= 8000
.endif
#
OpenPOWER on IntegriCloud