aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/kern.mk
diff options
context:
space:
mode:
authorJuli Mallett <jmallett@FreeBSD.org>2012-03-11 08:12:30 +0000
committerJuli Mallett <jmallett@FreeBSD.org>2012-03-11 08:12:30 +0000
commit295b83d18d4a03c13944a6c9a35ad204194af008 (patch)
tree6bf3dd6cdccb605e4f81f42863abef32973a03da /sys/conf/kern.mk
parentb5acc0d618c6fbb37a3010daeb189cd892da4fce (diff)
downloadsrc-295b83d18d4a03c13944a6c9a35ad204194af008.tar.gz
src-295b83d18d4a03c13944a6c9a35ad204194af008.zip
Reenable -Winline on MIPS now that we're not compiling Cavium's error
decoding stuff, which is impossibly-huge.
Notes
Notes: svn path=/head/; revision=232817
Diffstat (limited to 'sys/conf/kern.mk')
-rw-r--r--sys/conf/kern.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index a3d3bb2189a9..d2ed68de4237 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -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
#