commit | 5ccb42474db7b3ef546275bf1b1b5f2614f51c1f | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Thu Mar 08 07:20:20 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue May 15 08:31:26 2012 +0200 |
tree | e0b215c700c4c2b1519c11f0e381511fcd045033 | |
parent | b8e4080da25c815af9f144a80f1c24e5f4c15dc4 [diff] |
armv7: Use -march=armv7-a and thereby enable Thumb-2 Enable -march=armv7-a for armv7 platforms if the tool-chain supports it. This in turn results in Thumb-2 code generated for these platforms if CONFIG_SYS_THUMB_BUILD is enabled. Signed-off-by: Aneesh V <aneesh@ti.com>