aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-21 15:02:33 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-21 15:02:33 +0000
commit716fd1edbf1d83605e21ef5bd9411d5b4ca07b02 (patch)
tree4bfda779924eee14a425346037a2d22d083561d1 /conf
parentb7f57b9ab3093fa4a3258a5b309b14e8681bb5df (diff)
downloadopenembedded-716fd1edbf1d83605e21ef5bd9411d5b4ca07b02.tar.gz
tune-thumb: fix typos
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/tune-thumb.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/tune-thumb.conf b/conf/machine/include/tune-thumb.conf
index 02c4fd0927..6f84f66405 100644
--- a/conf/machine/include/tune-thumb.conf
+++ b/conf/machine/include/tune-thumb.conf
@@ -27,6 +27,6 @@ ARM_INTERWORK_M_OPT = "${@['-mno-thumb-interwork', '-mthumb-interwork'][bb.data.
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"