From: Ingo Molnar Date: Thu, 16 Nov 2006 10:49:16 +0000 (+0100) Subject: [PATCH] x86_64: fix CONFIG_CC_STACKPROTECTOR build bug X-Git-Tag: v2.6.19~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf9ff524ccb195d648ecb0b168340560b42532c;p=pandora-kernel.git [PATCH] x86_64: fix CONFIG_CC_STACKPROTECTOR build bug on x86_64, the CONFIG_CC_STACKPROTECTOR build fails if used in a distcc setup that has "CC" defined to "distcc gcc": gcc: gcc: linker input file unused because linking not done gcc: gcc: linker input file unused because linking not done gcc: gcc: linker input file unused because linking not done this is because the gcc-x86_64-has-stack-protector.sh script has a 2-parameters assumption. Fix this by passing $(CC) as a single parameter. Signed-off-by: Ingo Molnar Please-Use-Me-More: make randconfig Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed