From fd26fc9b1de1734097d5d0c169e1fa5c40d6ad26 Mon Sep 17 00:00:00 2001 From: Zhenqiang Chen Date: Thu, 20 Sep 2012 11:20:16 +0800 Subject: scripts: Use ${CT_TARGET}-strip to strip gdbserver Signed-off-by: Zhenqiang Chen [yann.morin.1998@free.fr: quote variables] Signed-off-by: "Yann E. MORIN" Message-Id: PatchWork-Id: 185303 diff --git a/scripts/build/internals.sh b/scripts/build/internals.sh index 8cb3753..c7eb4c8 100644 --- a/scripts/build/internals.sh +++ b/scripts/build/internals.sh @@ -25,8 +25,8 @@ do_finish() { # Strip gdbserver if [ "${CT_GDB_GDBSERVER}" = "y" ]; then - CT_DoExecLog ALL bin/${CT_TARGET}-strip ${strip_args} \ - ${CT_TARGET}/debug-root/usr/bin/gdbserver + CT_DoExecLog ALL "${CT_TARGET}-strip" ${strip_args} \ + "${CT_TARGET}/debug-root/usr/bin/gdbserver" fi # We can not use the version in CT_CC_VERSION because # of the Linaro stuff. So, harvest the version string -- cgit v0.10.2-6-g49f6