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)
commitebd9026d9f8499abc60d82d949bd37f88fe34a41
tree2cc86e29b367e229fb3452506578d8eed67532a9
parent5c79d2a517a9905599d192db8ce77ab5f1a2faca
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 <mingo@elte.hu>
scripts/gcc-x86_32-has-stack-protector.sh
scripts/gcc-x86_64-has-stack-protector.sh