From: Tejun Heo Date: Mon, 9 Feb 2009 13:17:39 +0000 (+0900) Subject: stackprotector: update make rules X-Git-Tag: v2.6.30-rc1~2^2~50^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d707e9c8ef2a3596ed5c975c6ff05cec890c2b4;p=pandora-kernel.git stackprotector: update make rules Impact: no default -fno-stack-protector if stackp is enabled, cleanup Stackprotector make rules had the following problems. * cc support test and warning are scattered across makefile and kernel/panic.c. * -fno-stack-protector was always added regardless of configuration. Update such that cc support test and warning are contained in makefile and -fno-stack-protector is added iff stackp is turned off. While at it, prepare for 32bit support. Signed-off-by: Tejun Heo Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed