Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2016 21:47:21 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306928 - head/sys/conf
Message-ID:  <201610092147.u99LlLun029084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610092147.u99LlLun029084>