svn commit: r306928 - head/sys/conf
Andrew Turner
andrew at FreeBSD.org
Sun Oct 9 21:47:22 UTC 2016
Author: andrew
Date: Sun Oct 9 21:47:20 2016
New Revision: 306928
URL: https://svnweb.freebsd.org/changeset/base/306928
Log:
Set INLINE_LIMIT in the aarch64 case for gcc.
Submitted by: andreast
MFC after: 1 week
Modified:
head/sys/conf/kern.mk
Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk Sun Oct 9 21:39:51 2016 (r306927)
+++ head/sys/conf/kern.mk Sun Oct 9 21:47:20 2016 (r306928)
@@ -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"
More information about the svn-src-all
mailing list