summaryrefslogtreecommitdiff
path: root/scripts/build/binutils
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-24 21:21:52 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-03-24 21:21:52 (GMT)
commita8979d911f197bfd2a00691b2e12750c1678a4cd (patch)
treed69e2b47e3aff110db91115f55277ecc3a77cbc5 /scripts/build/binutils
parente87c5ea13521c64a2aa4134dadd1117de65b2602 (diff)
binutils/sstrip: fix when sstrip is disabled
Diffstat (limited to 'scripts/build/binutils')
-rw-r--r--scripts/build/binutils/sstrip.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build/binutils/sstrip.sh b/scripts/build/binutils/sstrip.sh
index 0c14cfd..b0dcde4 100644
--- a/scripts/build/binutils/sstrip.sh
+++ b/scripts/build/binutils/sstrip.sh
@@ -1,8 +1,8 @@
# This will build and install sstrip to run on host and sstrip target files
-do_tools_sstrip_get() { :; }
-do_tools_sstrip_extract() { :; }
-do_tools_sstrip() { :; }
+do_sstrip_get() { :; }
+do_sstrip_extract() { :; }
+do_sstrip() { :; }
if [ "${CT_SSTRIP}" = "y" ]; then
do_sstrip_get() {