From a8979d911f197bfd2a00691b2e12750c1678a4cd Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 24 Mar 2010 22:21:52 +0100 Subject: binutils/sstrip: fix when sstrip is disabled 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() { -- cgit v0.10.2-6-g49f6