svn commit: r412112 - head/devel/binutils

Andrew Turner andrew at FreeBSD.org
Tue Mar 29 14:09:49 UTC 2016


Author: andrew (src committer)
Date: Tue Mar 29 14:09:47 2016
New Revision: 412112
URL: https://svnweb.freebsd.org/changeset/ports/412112

Log:
  Stop calling sbrk from binutils. This will help remive the need for this
  function on arm64.
  
  PR:		208255
  Approved by:	bapt
  Sponsored by:	ABT Systems Ltd

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Tue Mar 29 14:05:13 2016	(r412111)
+++ head/devel/binutils/Makefile	Tue Mar 29 14:09:47 2016	(r412112)
@@ -49,6 +49,8 @@ INFO=		as \
 CONFIGURE_ARGS+=	--disable-werror \
 			--with-sysroot=/
 
+MAKE_ENV+=	ac_cv_func_sbrk=0
+
 OPTIONS_SUB=	yes
 NLS_USES=	gettext
 NLS_CONFIGURE_ENABLE=	nls


More information about the svn-ports-head mailing list