diff -r fbfb29e9e1bf -r 2f8f068268eb scripts/build/internals.sh
--- a/scripts/build/internals.sh        Tue Sep 18 13:26:18 2012 +0800
+++ b/scripts/build/internals.sh        Tue Sep 18 14:08:29 2012 +0800
@@ -25,8 +25,12 @@

         # Strip gdbserver
         if [ "${CT_GDB_GDBSERVER}" = "y" ]; then
-           CT_DoExecLog ALL bin/${CT_TARGET}-strip ${strip_args}    \
-                            ${CT_TARGET}/debug-root/usr/bin/gdbserver
+           # Skip for Canadian build, since we can not run the
+           # bin/${CT_TARGET}-strip on the build system.
+           if [ "${CT_CANADIAN}" != "y" ]; then
+               CT_DoExecLog ALL bin/${CT_TARGET}-strip ${strip_args}    \
+                                ${CT_TARGET}/debug-root/usr/bin/gdbserver
+           fi
         fi
         # We can not use the version in CT_CC_VERSION because
         # of the Linaro stuff. So, harvest the version string
