aboutsummaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2016-08-28 00:00:04 +0800
committerbapt <bapt@FreeBSD.org>2016-08-28 00:00:04 +0800
commit485ade9d883a6b48a02df52722e1d761cd940a3d (patch)
tree62cfa5187d28bdfa0c21fa89c262f1fe3d5da196 /base
parent4e9b02e398c4702c5059d7f501136ebcda7a26e8 (diff)
downloadfreebsd-ports-graphics-485ade9d883a6b48a02df52722e1d761cd940a3d.tar.gz
freebsd-ports-graphics-485ade9d883a6b48a02df52722e1d761cd940a3d.tar.zst
freebsd-ports-graphics-485ade9d883a6b48a02df52722e1d761cd940a3d.zip
Properly export the binutils as the cross ones
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 5bb600b227b..4753caa539a 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