svn commit: r366797 - in head/devel: arm-gnueabi-binutils binutils
Baptiste Daroussin
bapt at FreeBSD.org
Sun Aug 31 17:32:08 UTC 2014
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
More information about the svn-ports-head
mailing list