tune-thumb: make interworking opt-in as well
authorKoen Kooi <koen@openembedded.org>
Sun, 26 Oct 2008 19:44:37 +0000 (20:44 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 26 Oct 2008 19:44:37 +0000 (20:44 +0100)
conf/machine/include/tune-thumb.inc

index a25cb53..cd88bb4 100644 (file)
@@ -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