summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2012-03-11 08:12:30 +0000
committerjmallett <jmallett@FreeBSD.org>2012-03-11 08:12:30 +0000
commit3cb00e347a6d3134d8cc77576a9aa19ed4375839 (patch)
tree6bf3dd6cdccb605e4f81f42863abef32973a03da /sys
parentb950f897393bcdb05429610285c339e942de5645 (diff)
downloadFreeBSD-src-3cb00e347a6d3134d8cc77576a9aa19ed4375839.zip
FreeBSD-src-3cb00e347a6d3134d8cc77576a9aa19ed4375839.tar.gz
Reenable -Winline on MIPS now that we're not compiling Cavium's error
decoding stuff, which is impossibly-huge.
Diffstat (limited to 'sys')
-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 a3d3bb2..d2ed68d 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
#
OpenPOWER on IntegriCloud