summaryrefslogtreecommitdiffstats
path: root/rules/binutils.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-17 13:38:17 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-17 14:17:08 +0200
commitf0473a283f689b1ebeb535e90f6822ce6ba375b6 (patch)
tree263a6f13032adc7a17d7f0c2e81f3a0ab75bf38f /rules/binutils.make
parentdbd8fbd82684e96132ac88d7f3dc31e987107b9a (diff)
downloadptxdist-f0473a283f689b1ebeb535e90f6822ce6ba375b6.tar.gz
ptxdist-f0473a283f689b1ebeb535e90f6822ce6ba375b6.tar.xz
rules: introduce and use ptx/force-sh
It is just like ptx/force-shell but it uses /bin/sh instead of bash. That means it is faster (if /bin/sh is a dash) but cannot be used to call the shell functions exported by ptxdist. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/binutils.make')
-rw-r--r--rules/binutils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/binutils.make b/rules/binutils.make
index b780ab262..c2abf6413 100644
--- a/rules/binutils.make
+++ b/rules/binutils.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_BINUTILS) += binutils
#
# Paths and names
#
-BINUTILS_VERSION := $(or $(call ptx/force-shell, $(CROSS_LD) -v | sed -e 's/.* \(.*\)$$/\1/g'),unknown)
+BINUTILS_VERSION := $(or $(call ptx/force-sh, $(CROSS_LD) -v | sed -e 's/.* \(.*\)$$/\1/g'),unknown)
BINUTILS_MD5 := none
BINUTILS := binutils-$(BINUTILS_VERSION)
BINUTILS_SUFFIX := tar.bz2