Set INLINE_LIMIT in the aarch64 case for gcc.

Submitted by:	andreast
MFC after:	1 week
This commit is contained in:
Andrew Turner 2016-10-09 21:47:20 +00:00
parent c7264b2dfa
commit cbc6e751ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306928

View File

@ -114,6 +114,7 @@ INLINE_LIMIT?= 8000
CFLAGS += -mgeneral-regs-only
# Reserve x18 for pcpu data
CFLAGS += -ffixed-x18
INLINE_LIMIT?= 8000
.endif
.if ${MACHINE_CPUARCH} == "riscv"