Bump down the inline limit on MIPS.
This commit is contained in:
parent
60d234c583
commit
e0a04e7474
@ -91,7 +91,7 @@ INLINE_LIMIT?= 15000
|
||||
#
|
||||
.if ${MACHINE_ARCH} == "mips"
|
||||
CFLAGS+= -msoft-float -mno-dsp
|
||||
INLINE_LIMIT?= 15000
|
||||
INLINE_LIMIT?= 8000
|
||||
.endif
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user