mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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>