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:
7fc789f
)
tune-arm9tdmi.conf: if you tell gcc to allow thumb code you also need to set package_...
author
Koen Kooi
<koen@openembedded.org>
Sun, 5 Nov 2006 22:53:21 +0000
(22:53 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 5 Nov 2006 22:53:21 +0000
(22:53 +0000)
conf/machine/include/tune-arm9tdmi.conf
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-arm9tdmi.conf
b/conf/machine/include/tune-arm9tdmi.conf
index
cfc3bad
..
d097b07
100644
(file)
--- a/
conf/machine/include/tune-arm9tdmi.conf
+++ b/
conf/machine/include/tune-arm9tdmi.conf
@@
-1
+1,2
@@
+PACKAGE_ARCH = "armv4t"
TARGET_CC_ARCH = "-mcpu=arm9tdmi -mtune=arm9tdmi"