From: Michal Schmidt Date: Sat, 29 Aug 2009 16:27:18 +0000 (+0200) Subject: x86: Detect stack protector for i386 builds on x86_64 X-Git-Tag: v2.6.32-rc1~714^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23386d63bbb3199cf247313ec088878d72debcfd;p=pandora-kernel.git x86: Detect stack protector for i386 builds on x86_64 Stack protector support was not detected when building with ARCH=i386 on x86_64 systems: arch/x86/Makefile:80: stack protector enabled but no compiler support The "-m32" argument needs to be passed to the detection script. Signed-off-by: Michal Schmidt Cc: Tejun Heo Cc: Jeremy Fitzhardinge Cc: Arjan van de Ven LKML-Reference: <20090829182718.10f566b1@leela> Signed-off-by: Ingo Molnar -- --- Reading git-diff-tree failed