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:
2364900
)
tune-arm926ejs: .dev uses gcc 4 by default
author
Koen Kooi
<koen@openembedded.org>
Tue, 29 Aug 2006 11:18:29 +0000
(11:18 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 29 Aug 2006 11:18:29 +0000
(11:18 +0000)
conf/machine/include/tune-arm926ejs.conf
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-arm926ejs.conf
b/conf/machine/include/tune-arm926ejs.conf
index
ce1d4f7
..
31fe886
100644
(file)
--- a/
conf/machine/include/tune-arm926ejs.conf
+++ b/
conf/machine/include/tune-arm926ejs.conf
@@
-1,5
+1,5
@@
# For gcc 3.x you need:
-TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
+
#
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
# For gcc 4.x you need:
-
#
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
+TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
PACKAGE_ARCH = "armv5te"