From owner-svn-ports-all@freebsd.org Tue Mar 29 14:09:49 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 06B82AE0522; Tue, 29 Mar 2016 14:09:49 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB707131A; Tue, 29 Mar 2016 14:09:48 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2TE9l6C029513; Tue, 29 Mar 2016 14:09:47 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2TE9lT2029512; Tue, 29 Mar 2016 14:09:47 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201603291409.u2TE9lT2029512@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Tue, 29 Mar 2016 14:09:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412112 - head/devel/binutils X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2016 14:09:49 -0000 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