Author: imp
Date: Tue Mar 3 18:53:47 2009
New Revision: 189316
URL: http://svn.freebsd.org/changeset/base/189316
Log:
Bump down the inline limit on MIPS.
Modified:
head/sys/conf/kern.mk
Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk Tue Mar 3 18:47:33 2009 (r189315)
+++ head/sys/conf/kern.mk Tue Mar 3 18:53:47 2009 (r189316)
@@ -91,7 +91,7 @@ INLINE_LIMIT?= 15000
#
.if ${MACHINE_ARCH} == "mips"
CFLAGS+= -msoft-float -mno-dsp
-INLINE_LIMIT?= 15000
+INLINE_LIMIT?= 8000
.endif
#
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"