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 --- scripts/build/binutils/sstrip.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/build/binutils') diff --git a/scripts/build/binutils/sstrip.sh b/scripts/build/binutils/sstrip.sh index 0c14cfd5..b0dcde49 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 v1.2.3