Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2016 16:00:04 +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: r420983 - head/base/binutils
Message-ID:  <201608271600.u7RG041m018103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Aug 27 16:00:04 2016
New Revision: 420983
URL: https://svnweb.freebsd.org/changeset/ports/420983

Log:
  Properly export the binutils as the cross ones

Modified:
  head/base/binutils/Makefile

Modified: head/base/binutils/Makefile
==============================================================================
--- head/base/binutils/Makefile	Sat Aug 27 15:58:16 2016	(r420982)
+++ head/base/binutils/Makefile	Sat Aug 27 16:00:04 2016	(r420983)
@@ -33,6 +33,6 @@ CXXFLAGS+=	--sysroot=${CROSS_SYSROOT}
 CC=	${XCC}
 CXX=	${XCXX}
 .for tool in AS AR LD NM OBJCOPY RANLIB SIZE STRINGS
-${tool}=	${CROSS_BINUTILS_PREFIX}/${tool}
+${tool}=	${CROSS_BINUTILS_PREFIX}/${tool:tl}
 .endfor
 STRIP_CMD=	${CROSS_BINUTILS_PREFIX}/strip



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