[oe-commits] org.oe.dev tune-thumb: fix typos

koen commit openembedded-commits at lists.openembedded.org
Thu Dec 21 15:05:05 UTC 2006


tune-thumb: fix typos

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

#
# mt diff -r1fa4326c5e72b815a86f92b9f97eb8c6780b5fce -re7503adc20d2a854905f468365cd82066ebed0d5
#
# 
# 
# patch "conf/machine/include/tune-thumb.conf"
#  from [a14df25b2ec22c4ea7b69cf118cfbf89811cc135]
#    to [eadc338f52d1680b38cf8dad3966ec59c05f0e3c]
# 
============================================================
--- conf/machine/include/tune-thumb.conf	a14df25b2ec22c4ea7b69cf118cfbf89811cc135
+++ conf/machine/include/tune-thumb.conf	eadc338f52d1680b38cf8dad3966ec59c05f0e3c
@@ -27,6 +27,6 @@ ARM_THUMB_M_OPT = "${@['-mno-thumb', '-m
 ARM_THUMB_M_OPT = "${@['-mno-thumb', '-mthumb'][bb.data.getVar('ARM_INSTRUCTION_SET', d, 1) == 'thumb']}"
 
 #
-TARGET_CC_ARCH = + "${ARM_INTERWORK_M_OPT} ${ARM_THUMB_M_OPT}"
-TARGET_CC_KERNEL_ARCH  =+ "-mno-thumb"
+TARGET_CC_ARCH +=  "${ARM_INTERWORK_M_OPT} ${ARM_THUMB_M_OPT}"
+TARGET_CC_KERNEL_ARCH  += "-mno-thumb"
 






More information about the Openembedded-commits mailing list