git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f57b9
)
tune-thumb: fix typos
author
Koen Kooi
<koen@openembedded.org>
Thu, 21 Dec 2006 15:02:33 +0000
(15:02 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 21 Dec 2006 15:02:33 +0000
(15:02 +0000)
conf/machine/include/tune-thumb.conf
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-thumb.conf
b/conf/machine/include/tune-thumb.conf
index
02c4fd0
..
6f84f66
100644
(file)
--- 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"