[ARM] 3982/2: Explicitly select 32-bit ARM ISA (-marm)
authorGeorge G. Davis <gdavis@mvista.com>
Tue, 5 Dec 2006 17:28:04 +0000 (18:28 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 7 Dec 2006 16:01:11 +0000 (16:01 +0000)
commit5636810d6f17493717ef0f03efc0315026db934d
tree599c59b5a0b04c79f39eb924b94f0ad8ad21bf8f
parentafe4b25e7d9260d85fccb2d13c9933a987bdfc8a
[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 <gdavis@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Makefile