sysmobts: Force thumb interworking (armv5_t_e) for pyro

Somehow the PACKAGE_ARCH selection in pyro only comes up with armv5e but
we want (at least for legacy) thumb interworking. Force it to the thumb
mode.
This commit is contained in:
Holger Hans Peter Freyther 2017-04-30 00:15:49 +02:00
parent 8610f32401
commit abc017e891
1 changed files with 3 additions and 0 deletions

View File

@ -41,3 +41,6 @@ MACHINE_EXTRA_RDEPENDS = "\
require conf/machine/include/tune-arm926ejs.inc
require conf/machine/include/dm6446.inc
# we tune for armv5te but it ends up as armv5e on pyro and probably earlier. Help it.
ARMPKGSFX_THUMB="t"