From: H. Peter Anvin Date: Fri, 25 Dec 2009 23:40:38 +0000 (-0800) Subject: x86, compress: Force i386 instructions for the decompressor X-Git-Tag: v2.6.33-rc3~28^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17a2a9b57a9a7d2fd8f97df951b5e63e0bd56ef5;p=pandora-kernel.git x86, compress: Force i386 instructions for the decompressor Recently, some distros have started shipping versions of gcc which default to -march=i686. This breaks building kernels for pre-i686 machines, even if they have been selected in Kconfig, due to the generation of CMOV instructions. There isn't enough benefit to try to preserve the generation of these instructions even when selected, so simply force -march=i386 for the decompressor when building a 32-bit kernel. Reported-and-tested-by: Chris Rankin Signed-off-by: H. Peter Anvin LKML-Reference: <219280.97558.qm@web52907.mail.re2.yahoo.com> --- Reading git-diff-tree failed