git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c79d2a
)
stackprotector: fix multi-word cross-builds
author
Ingo Molnar
<mingo@elte.hu>
Wed, 11 Feb 2009 11:17:29 +0000
(12:17 +0100)
committer
Ingo 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