From 7cc5fa7327837bb4b7b51af688dfba37548bd6aa Mon Sep 17 00:00:00 2001 From: imp Date: Tue, 3 Mar 2009 18:53:47 +0000 Subject: 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 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 # -- cgit v1.1