Define INLINE_LIMIT for arm.

This commit is contained in:
Olivier Houchard 2004-05-14 13:35:46 +00:00
parent b791f3fb91
commit d6301dcdbb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129219

View File

@ -42,6 +42,9 @@ CFLAGS+= -mno-fp-regs -ffixed-8 -Wa,-mev6
INLINE_LIMIT?= 15000
.endif
.if ${MACHINE_ARCH} == "arm"
INLINE_LIMIT?= 8000
.endif
#
# For IA-64, we use r13 for the kernel globals pointer and we only use
# a very small subset of float registers for integer divides.