]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6b11d6ce2cb345c9d0f8fd944672a5ece81d3e68
tree2cc86e29b367e229fb3452506578d8eed67532a9
parentadc7de5242d6f363e179fb68faae04a82e338587
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