[oe] [PATCH 2/6] Allows the use of the angstrom distribution with ARM cores that do not support THUMB_INTERWORK instructions

UDel V2G Team v2g.udel at gmail.com
Wed Mar 30 14:07:06 UTC 2011


* Setting THUMB_INTERWORK = "yes" precludes the building of
  any angstrom distribution for cores that do not support
  thumb and thumb_interwork since the distro definitions
  take precedence over any local settings.

Signed-off-by: UDel V2G Team <v2g.udel at gmail.com>
---
 conf/distro/include/angstrom.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc
index 5a02723..9ec1dc7 100644
--- a/conf/distro/include/angstrom.inc
+++ b/conf/distro/include/angstrom.inc
@@ -54,7 +54,7 @@ ARM_INSTRUCTION_SET = "${ANGSTROM_ARM_INSTRUCTION_SET}"
 #    but requires more instructions (140% for 70% smaller code) so may be
 #    slower.
 
-THUMB_INTERWORK = "yes"
+THUMB_INTERWORK ?= "yes"
 # "yes" "no"
 #    Whether to compile with code to allow interworking between the two
 #    instruction sets.  This allows thumb code to be executed on a primarily
-- 
1.7.3.4





More information about the Openembedded-devel mailing list