stackprotector: fix multi-word cross-builds
authorIngo Molnar <mingo@elte.hu>
Wed, 11 Feb 2009 11:17:29 +0000 (12:17 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 11 Feb 2009 11:17:29 +0000 (12:17 +0100)
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 <mingo@elte.hu>

No differences found