mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-03 06:22:02 +00: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>