[oe-commits] Koen Kooi : tune-thumb: make interworking opt-in as well

GIT User account git at amethyst.openembedded.net
Sun Oct 26 19:47:00 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 29d6593ce7b2c793b43bd8709c9a31f89987047a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=29d6593ce7b2c793b43bd8709c9a31f89987047a

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Oct 26 20:44:37 2008 +0100

tune-thumb: make interworking opt-in as well

---

 conf/machine/include/tune-thumb.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/tune-thumb.inc b/conf/machine/include/tune-thumb.inc
index a25cb53..cd88bb4 100644
--- a/conf/machine/include/tune-thumb.inc
+++ b/conf/machine/include/tune-thumb.inc
@@ -9,7 +9,7 @@ ARM_INSTRUCTION_SET ?= "arm"
 #    but requires more instructions (140% for 70% smaller code) so may be
 #    slower.
 
-THUMB_INTERWORK ?= "yes"
+THUMB_INTERWORK ?= "no"
 # "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





More information about the Openembedded-commits mailing list