Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Aug 2014 17:32:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
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
Message-ID:  <201408311732.s7VHW85i064334@svn.freebsd.org>

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



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