scripts: Use ${CT_TARGET}-strip to strip gdbserver
authorZhenqiang Chen <zhenqiang.chen@linaro.org>
Thu Sep 20 11:20:16 2012 +0800 (2012-09-20)
changeset 3062f36c207348ef
parent 3061 e43643e41fb9
child 3063 bb9c279516dd
scripts: Use ${CT_TARGET}-strip to strip gdbserver

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
[yann.morin.1998@free.fr: quote variables]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <CACgzC7BU9CPZ2cE+EYqnMe2WNz-wYby6f4tsmjJi715WmPmbWw@mail.gmail.com>
PatchWork-Id: 185303
scripts/build/internals.sh
     1.1 --- a/scripts/build/internals.sh	Sun May 13 01:09:20 2012 +0200
     1.2 +++ b/scripts/build/internals.sh	Thu Sep 20 11:20:16 2012 +0800
     1.3 @@ -25,8 +25,8 @@
     1.4  
     1.5          # Strip gdbserver
     1.6          if [ "${CT_GDB_GDBSERVER}" = "y" ]; then
     1.7 -           CT_DoExecLog ALL bin/${CT_TARGET}-strip ${strip_args}    \
     1.8 -                            ${CT_TARGET}/debug-root/usr/bin/gdbserver
     1.9 +            CT_DoExecLog ALL "${CT_TARGET}-strip" ${strip_args}         \
    1.10 +                             "${CT_TARGET}/debug-root/usr/bin/gdbserver"
    1.11          fi
    1.12          # We can not use the version in CT_CC_VERSION because
    1.13          # of the Linaro stuff. So, harvest the version string