From: Ingo Molnar Date: Wed, 11 Feb 2009 11:17:29 +0000 (+0100) Subject: stackprotector: fix multi-word cross-builds X-Git-Tag: v2.6.30-rc1~2^2~50^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd9026d9f8499abc60d82d949bd37f88fe34a41;p=pandora-kernel.git stackprotector: fix multi-word cross-builds Stackprotector builds were failing if CROSS_COMPILER was more than a single world (such as when distcc was used) - because the check scripts used $1 instead of $*. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed