]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitae5c5ac415b15bd9796ae15bb1026b7982290bb2
tree599c59b5a0b04c79f39eb924b94f0ad8ad21bf8f
parent95f5811c8e9c7d5cdb2d0cefc8fc8a9bebc85d6e
[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