# HG changeset patch # User "Yann E. MORIN" # Date 1269465712 -3600 # Node ID 43d14939d95630ea6bbc598479e4eba6310fc301 # Parent 76b1923da63d2e3b8e9010b6138e33f6a99720a8 binutils/sstrip: fix when sstrip is disabled diff -r 76b1923da63d -r 43d14939d956 scripts/build/binutils/sstrip.sh --- a/scripts/build/binutils/sstrip.sh Sat Mar 20 18:42:34 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() {