diff options
author | 2006-11-16 11:49:16 +0100 | |
---|---|---|
committer | 2006-11-16 14:00:25 -0800 | |
commit | ccf9ff524ccb195d648ecb0b168340560b42532c (patch) | |
tree | acdfdb390618e9feeac286da141a23e3a87885de /drivers/base | |
parent | [PATCH] x86-64: Fix vsyscall.c compilation on UP (diff) | |
download | linux-dev-ccf9ff524ccb195d648ecb0b168340560b42532c.tar.xz linux-dev-ccf9ff524ccb195d648ecb0b168340560b42532c.zip |
[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 <mingo@elte.hu>
Please-Use-Me-More: make randconfig
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/base')
0 files changed, 0 insertions, 0 deletions