svn commit: r420983 - head/base/binutils

Baptiste Daroussin bapt at FreeBSD.org
Sat Aug 27 16:00:06 UTC 2016


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


More information about the svn-ports-head mailing list