[oe-commits] org.oe.dev tune-thumb: remove explicit -nothumb, it is now disabled by omission to avoid strangeness with EABI

koen commit openembedded-commits at lists.openembedded.org
Mon Dec 25 15:28:32 UTC 2006


tune-thumb: remove explicit -nothumb, it is now disabled by omission to avoid strangeness with EABI

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

#
# mt diff -r65b511b81bcf7e1ae96e859bfc24c8a5bddfb9bb -r9f4b88f2eb3af46a32b6c78826cca8aae6d89268
#
# 
# 
# patch "conf/machine/include/tune-thumb.conf"
#  from [fe1157a974c63d7a99d2be40787502a982747b69]
#    to [5cf27eee523a1f00d95bf0472737442a5be36ecd]
# 
============================================================
--- conf/machine/include/tune-thumb.conf	fe1157a974c63d7a99d2be40787502a982747b69
+++ conf/machine/include/tune-thumb.conf	5cf27eee523a1f00d95bf0472737442a5be36ecd
@@ -23,8 +23,8 @@ OVERRIDES += "${OVERRIDE_THUMB}${OVERRID
 #    Compiler and linker options for application code and kernel code.  These
 #    options ensure that the compiler has the correct settings for the selected
 #    instruction set and interworking.
-ARM_INTERWORK_M_OPT = "${@['-mno-thumb-interwork', '-mthumb-interwork'][bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes']}"
-ARM_THUMB_M_OPT = "${@['-mno-thumb', '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}"
+ARM_INTERWORK_M_OPT = "${@['', '-mthumb-interwork'][bb.data.getVar('THUMB_INTERWORK', d, 1) == 'yes']}"
+ARM_THUMB_M_OPT = "${@['', '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}"
 
 #
 TARGET_CC_ARCH +=  "${ARM_INTERWORK_M_OPT} ${ARM_THUMB_M_OPT}"






More information about the Openembedded-commits mailing list