Bump down the inline limit on MIPS.

This commit is contained in:
Warner Losh 2009-03-03 18:53:47 +00:00
parent 60d234c583
commit e0a04e7474

View File

@ -91,7 +91,7 @@ INLINE_LIMIT?= 15000
#
.if ${MACHINE_ARCH} == "mips"
CFLAGS+= -msoft-float -mno-dsp
INLINE_LIMIT?= 15000
INLINE_LIMIT?= 8000
.endif
#