Date: Sun, 28 Nov 2010 08:09:20 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r215988 - head/sys/conf Message-ID: <201011280809.oAS89KQp078751@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmallett Date: Sun Nov 28 08:09:20 2010 New Revision: 215988 URL: http://svn.freebsd.org/changeset/base/215988 Log: Bump up MIPS limits once again; the new Cavium Octeon SDK requires even higher limits. I'd rather disable the warning and keep the limits at a sane level, but for now they'll be ridiculously-high. Modified: head/sys/conf/kern.pre.mk Modified: head/sys/conf/kern.pre.mk ============================================================================== --- head/sys/conf/kern.pre.mk Sun Nov 28 07:29:56 2010 (r215987) +++ head/sys/conf/kern.pre.mk Sun Nov 28 08:09:20 2010 (r215988) @@ -100,8 +100,9 @@ CFLAGS+= --param inline-unit-growth=100 CFLAGS+= --param large-function-growth=1000 .else # XXX Actually a gross hack just for Octeon because of the Simple Executive. -CFLAGS+= --param inline-unit-growth=1000 +CFLAGS+= --param inline-unit-growth=10000 CFLAGS+= --param large-function-growth=100000 +CFLAGS+= --param max-inline-insns-single=10000 .endif .endif WERROR?= -Werror
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011280809.oAS89KQp078751>