Reenable -Winline on MIPS now that we're not compiling Cavium's error

decoding stuff, which is impossibly-huge.
This commit is contained in:
Juli Mallett 2012-03-11 08:12:30 +00:00
parent b5acc0d618
commit 295b83d18d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232817

View File

@ -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
#