tune-thumb: convert to negative logic
authorKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 19:22:45 +0000 (19:22 +0000)
committerKoen Kooi <koen@openembedded.org>
Thu, 21 Dec 2006 19:22:45 +0000 (19:22 +0000)
conf/machine/include/tune-thumb.conf

index 6f84f66..2a12443 100644 (file)
@@ -1,6 +1,6 @@
 #tune file for thumb instructions
 
-ARM_INSTRUCTION_SET ?= "thumb"
+ARM_INSTRUCTION_SET ?= "arm"
 # "arm" "thumb"
 #    The instruction set the compiler should use when generating application
 #    code.  The kernel is always compiled with arm code at present.  arm code
@@ -9,7 +9,7 @@ ARM_INSTRUCTION_SET ?= "thumb"
 #    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