diff -r 1ebc2248cc60 -r c79d55b27724 scripts/build/internals.sh --- a/scripts/build/internals.sh Tue Jul 12 23:52:24 2011 +0200 +++ b/scripts/build/internals.sh Wed Sep 12 17:42:38 2012 +0800 @@ -22,6 +22,12 @@ esac CT_DoLog INFO "Stripping all toolchain executables" CT_Pushd "${CT_PREFIX_DIR}" + + # Strip gdbserver + if [ "${CT_GDB_GDBSERVER}" = "y" ]; then + CT_DoExecLog ALL bin/${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 # directly from the gcc sources...