diff options
author | imp <imp@FreeBSD.org> | 2009-03-03 18:53:47 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-03-03 18:53:47 +0000 |
commit | 7cc5fa7327837bb4b7b51af688dfba37548bd6aa (patch) | |
tree | b8aabbe655f2d37695f6d81190d2bd9bc653dfef | |
parent | 7cfe6a40d7e0a1e79b1ceb60cfbe18d0b9f2fc32 (diff) | |
download | FreeBSD-src-7cc5fa7327837bb4b7b51af688dfba37548bd6aa.zip FreeBSD-src-7cc5fa7327837bb4b7b51af688dfba37548bd6aa.tar.gz |
Bump down the inline limit on MIPS.
-rw-r--r-- | sys/conf/kern.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk index 67bce9f..f9618ef 100644 --- a/sys/conf/kern.mk +++ b/sys/conf/kern.mk @@ -91,7 +91,7 @@ INLINE_LIMIT?= 15000 # .if ${MACHINE_ARCH} == "mips" CFLAGS+= -msoft-float -mno-dsp -INLINE_LIMIT?= 15000 +INLINE_LIMIT?= 8000 .endif # |