From e0a04e7474aaad9bff9a1232a44a4b06e6367601 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 3 Mar 2009 18:53:47 +0000 Subject: [PATCH] Bump down the inline limit on MIPS. --- sys/conf/kern.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 67bce9f8b805..f9618ef10a63 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 #