mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Define INLINE_LIMIT for arm.
This commit is contained in:
parent
b791f3fb91
commit
d6301dcdbb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129219
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user