From: George G. Davis Date: Tue, 5 Dec 2006 17:28:04 +0000 (+0100) Subject: [ARM] 3982/2: Explicitly select 32-bit ARM ISA (-marm) X-Git-Tag: v2.6.20-rc1~34^2~412^2~1^2^3~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5636810d6f17493717ef0f03efc0315026db934d;p=pandora-kernel.git [ARM] 3982/2: Explicitly select 32-bit ARM ISA (-marm) Do not assume that the ARM GCC toolchain defaults to building for the 32-bit ARM ISA (-marm) case. Instead, explicitly select -marm in CFLAGS since the toolchain default can be for the 16-bit Thumb ISA (-mthumb) in some odd/rare cases. Signed-off-by: George G. Davis Signed-off-by: Russell King --- Reading git-diff-tree failed