aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 16:00:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-27 16:00:04 +0000
commit1cded3476eae3f3290086a03de9b30c09ff8549c (patch)
tree62cfa5187d28bdfa0c21fa89c262f1fe3d5da196 /base
parent058e0ec44b9530c48df454dbef04059ad4467b51 (diff)
downloadports-1cded3476eae3f3290086a03de9b30c09ff8549c.tar.gz
ports-1cded3476eae3f3290086a03de9b30c09ff8549c.zip
Properly export the binutils as the cross ones
Notes
Notes: svn path=/head/; revision=420983
Diffstat (limited to 'base')
-rw-r--r--base/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/binutils/Makefile b/base/binutils/Makefile
index 5bb600b227b8..4753caa539a6 100644
--- a/base/binutils/Makefile
+++ b/base/binutils/Makefile
@@ -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