mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 21:33:08 +00:00
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
This commit is contained in:
parent
8ab3a18e21
commit
fd26fc9b1d
@ -25,8 +25,8 @@ do_finish() {
|
|||||||
|
|
||||||
# Strip gdbserver
|
# Strip gdbserver
|
||||||
if [ "${CT_GDB_GDBSERVER}" = "y" ]; then
|
if [ "${CT_GDB_GDBSERVER}" = "y" ]; then
|
||||||
CT_DoExecLog ALL bin/${CT_TARGET}-strip ${strip_args} \
|
CT_DoExecLog ALL "${CT_TARGET}-strip" ${strip_args} \
|
||||||
${CT_TARGET}/debug-root/usr/bin/gdbserver
|
"${CT_TARGET}/debug-root/usr/bin/gdbserver"
|
||||||
fi
|
fi
|
||||||
# We can not use the version in CT_CC_VERSION because
|
# We can not use the version in CT_CC_VERSION because
|
||||||
# of the Linaro stuff. So, harvest the version string
|
# of the Linaro stuff. So, harvest the version string
|
||||||
|
Loading…
Reference in New Issue
Block a user