[oe-commits] org.oe.dev tune-thumb: convert to negative logic

koen commit openembedded-commits at lists.openembedded.org
Thu Dec 21 19:25:07 UTC 2006


tune-thumb: convert to negative logic

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 883aa5812e7df804d1bb7c488427d4534a7a84f5
ViewMTN: http://monotone.openembedded.org/revision.psp?id=883aa5812e7df804d1bb7c488427d4534a7a84f5
Files:
1
conf/machine/include/tune-thumb.conf
Diffs:

#
# mt diff -r97d5d65aa62ae96288856a5b7cec4213224021e2 -r883aa5812e7df804d1bb7c488427d4534a7a84f5
#
# 
# 
# patch "conf/machine/include/tune-thumb.conf"
#  from [eadc338f52d1680b38cf8dad3966ec59c05f0e3c]
#    to [fe1157a974c63d7a99d2be40787502a982747b69]
# 
============================================================
--- conf/machine/include/tune-thumb.conf	eadc338f52d1680b38cf8dad3966ec59c05f0e3c
+++ conf/machine/include/tune-thumb.conf	fe1157a974c63d7a99d2be40787502a982747b69
@@ -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






More information about the Openembedded-commits mailing list