From owner-svn-ports-head@FreeBSD.ORG Sun Aug 31 17:32:08 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B286FD67; Sun, 31 Aug 2014 17:32:08 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 9DAD91167; Sun, 31 Aug 2014 17:32:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7VHW89L064337; Sun, 31 Aug 2014 17:32:08 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7VHW85i064334; Sun, 31 Aug 2014 17:32:08 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201408311732.s7VHW85i064334@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sun, 31 Aug 2014 17:32:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366797 - in head/devel: arm-gnueabi-binutils 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 17:32:08 -0000 Author: bapt Date: Sun Aug 31 17:32:07 2014 New Revision: 366797 URL: http://svnweb.freebsd.org/changeset/ports/366797 QAT: https://qat.redports.org/buildarchive/r366797/ Log: Make the cross binutils able to tweak his sysroot Modified: head/devel/arm-gnueabi-binutils/Makefile head/devel/binutils/Makefile Modified: head/devel/arm-gnueabi-binutils/Makefile ============================================================================== --- head/devel/arm-gnueabi-binutils/Makefile Sun Aug 31 17:26:45 2014 (r366796) +++ head/devel/arm-gnueabi-binutils/Makefile Sun Aug 31 17:32:07 2014 (r366797) @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 COMMENT= GNU binutils for arm cross-development PKGNAMEPREFIX= arm-gnueabi- PLIST= ${.CURDIR}/pkg-plist Modified: head/devel/binutils/Makefile ============================================================================== --- head/devel/binutils/Makefile Sun Aug 31 17:26:45 2014 (r366796) +++ head/devel/binutils/Makefile Sun Aug 31 17:32:07 2014 (r366797) @@ -36,7 +36,6 @@ CONFIGURE_ARGS+= --disable-shared \ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-system-zlib \ - --with-sysroot=/ \ --with-gmp=${LOCALBASE} \ --with-mpfr=${LOCALBASE} INFO= as \ @@ -48,7 +47,8 @@ INFO= as \ ld .endif -CONFIGURE_ARGS+= --disable-werror +CONFIGURE_ARGS+= --disable-werror \ + --with-sysroot=/ OPTIONS_SUB= yes NLS_USES= gettext