]> code.ossystems Code Review - openembedded-core.git/commit
Change -mno-thumb to -marm
authorKen Werner <ken.werner@linaro.org>
Fri, 23 Dec 2011 12:25:42 +0000 (13:25 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Dec 2011 17:31:43 +0000 (17:31 +0000)
commit72dc73f5a647ccd38145fd888c109a144f202963
tree4bfa7c2bc71abf3cb140170abe76b32b45f18a1d
parenta922112e197925db47cf02682c08f3af2bc760b4
Change -mno-thumb to -marm

Recent versions of the GCC reject the -mno-thumb option. In order to prevent
the compiler from generating code for the Thumb instruction set the -marm
switch should be used instead. For details see GNU bug #47930.

Signed-off-by: Ken Werner <ken.werner@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/arm/feature-arm-thumb.inc
meta/conf/machine/include/tune-thumb.inc