diff -r e23ffb5c7928 -r 43d14939d956 scripts/build/binutils/sstrip.sh --- a/scripts/build/binutils/sstrip.sh Wed Mar 17 00:28:14 2010 +0100 +++ b/scripts/build/binutils/sstrip.sh Wed Mar 24 22:21:52 2010 +0100 @@ -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() {