diff -r e23ffb5c7928 -r 86bcbc42c6df 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 Thu Apr 15 22:34:11 2010 +0200 @@ -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() {