From 1cded3476eae3f3290086a03de9b30c09ff8549c Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 27 Aug 2016 16:00:04 +0000 Subject: Properly export the binutils as the cross ones --- base/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') 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 -- cgit v1.2.3