summaryrefslogtreecommitdiff
path: root/scripts/build/binutils
diff options
context:
space:
mode:
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() {