From abc017e891d667bcb59e175e3730b614d6d2b38f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 30 Apr 2017 00:15:49 +0200 Subject: [PATCH] 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. --- conf/machine/include/sysmobts.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/sysmobts.inc b/conf/machine/include/sysmobts.inc index 0ccad1f887..de327c4e68 100644 --- a/conf/machine/include/sysmobts.inc +++ b/conf/machine/include/sysmobts.inc @@ -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"