From: Michael Cree Date: Wed, 11 Nov 2009 07:43:03 +0000 (+1300) Subject: perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGS X-Git-Tag: v2.6.33-rc1~399^2~165^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d7bdab75cd56d2bdc0986ae5546be3b09fea70a;p=pandora-kernel.git perf tools: Test -fstack-protector-all compiler option for inclusion in CFLAGS Some architectures (e.g. Alpha) do not support the -fstack-protector-all compiler option and the use of the option with -Werror causes the compiler to abort and the build fails. Test that the compiler supports -fstack-protector-all before inclusion in CFLAGS. Signed-off-by: Michael Cree Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Peter Zijlstra Cc: Paul Mackerras LKML-Reference: <20091111074302.GA3728@omega> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed