aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-10-26 20:44:37 +0100
committerKoen Kooi <koen@openembedded.org>2008-10-26 20:44:37 +0100
commit29d6593ce7b2c793b43bd8709c9a31f89987047a (patch)
tree539319f8ee88492a28e93a279ccd7753d0f49692 /conf/machine
parentab43ee2ed9d94c1156506c540eec8c74cf107e5d (diff)
downloadopenembedded-29d6593ce7b2c793b43bd8709c9a31f89987047a.tar.gz
tune-thumb: make interworking opt-in as well
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/tune-thumb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/tune-thumb.inc b/conf/machine/include/tune-thumb.inc
index a25cb5320c..cd88bb4786 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