Date: Sun, 11 Mar 2012 08:12:31 +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: r232817 - head/sys/conf Message-ID: <201203110812.q2B8CVQ9000716@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmallett Date: Sun Mar 11 08:12:30 2012 New Revision: 232817 URL: http://svn.freebsd.org/changeset/base/232817 Log: Reenable -Winline on MIPS now that we're not compiling Cavium's error decoding stuff, which is impossibly-huge. Modified: head/sys/conf/kern.mk Modified: head/sys/conf/kern.mk ============================================================================== --- head/sys/conf/kern.mk Sun Mar 11 06:55:17 2012 (r232816) +++ head/sys/conf/kern.mk Sun Mar 11 08:12:30 2012 (r232817) @@ -131,9 +131,6 @@ CFLAGS+= -mcall-aixdesc .if ${MACHINE_CPUARCH} == "mips" CFLAGS+= -msoft-float INLINE_LIMIT?= 8000 -# XXX Disable -Winline. This is needed because of the monstrous code that is -# the Cavium Octeon Simple Executive. -CWARNFLAGS:= ${CWARNFLAGS:N-Winline} .endif #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203110812.q2B8CVQ9000716>