commit | 5636810d6f17493717ef0f03efc0315026db934d | [log] [tgz] |
---|---|---|
author | George G. Davis <gdavis@mvista.com> | Tue Dec 05 18:28:04 2006 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Dec 07 16:01:11 2006 +0000 |
tree | 599c59b5a0b04c79f39eb924b94f0ad8ad21bf8f | |
parent | afe4b25e7d9260d85fccb2d13c9933a987bdfc8a [diff] |
[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>