svn commit: r215988 - head/sys/conf

Juli Mallett jmallett at FreeBSD.org
Sun Nov 28 08:09:20 UTC 2010


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


More information about the svn-src-all mailing list