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"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to