Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Sep 2014 06:05:46 +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: r367795 - head/devel/binutils
Message-ID:  <201409100605.s8A65kGH044507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Sep 10 06:05:46 2014
New Revision: 367795
URL: http://svnweb.freebsd.org/changeset/ports/367795
QAT: https://qat.redports.org/buildarchive/r367795/

Log:
  Allow to specify full target directly from the slave

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Wed Sep 10 03:11:42 2014	(r367794)
+++ head/devel/binutils/Makefile	Wed Sep 10 06:05:46 2014	(r367795)
@@ -28,10 +28,11 @@ USES=		bison gmake libtool tar:bzip2
 GNU_CONFIGURE=	yes
 
 .if defined(PKGNAMEPREFIX)
+BUTARGET?=	${PKGNAMEPREFIX}${OPSYS:tl}
 OPTIONS_EXCLUDE=	NLS
 INFO_PATH=	${PKGNAMEPREFIX:S/-$//}/info
 CONFIGURE_ARGS+=	--disable-shared \
-			--target=${PKGNAMEPREFIX}${OPSYS:tl}
+			--target=${BUTARGET}
 .else
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib



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