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:
56d9a2f
)
celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then...
author
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 18 Oct 2006 06:40:29 +0000
(06:40 +0000)
committer
Marcin Juszkiewicz
<hrw@openembedded.org>
Wed, 18 Oct 2006 06:40:29 +0000
(06:40 +0000)
conf/distro/celinux-test.conf
patch
|
blob
|
history
diff --git
a/conf/distro/celinux-test.conf
b/conf/distro/celinux-test.conf
index
d8b25e5
..
a4a8671
100644
(file)
--- a/
conf/distro/celinux-test.conf
+++ b/
conf/distro/celinux-test.conf
@@
-39,6
+39,9
@@
PREFERRED_VERSION_gcc-initial-cross = "3.4.4"
PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git"
+# gcc 3.x use other -mtune name then gcc 4.x
+TARGET_CC_ARCH_omap5912osk = "-march=armv5te -mtune=arm926ejs"
+
# 2.6.18 kernel does not support pcmcia-cs ioctl() calls
PCMCIA_MANAGER = "pcmciautils"