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:
e71a84f
)
tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky)
author
Richard Purdie
<rpurdie@rpsys.net>
Sun, 27 Aug 2006 16:25:48 +0000
(16:25 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Sun, 27 Aug 2006 16:25:48 +0000
(16:25 +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
5e2f6b7
..
ce1d4f7
100644
(file)
--- a/
conf/machine/include/tune-arm926ejs.conf
+++ b/
conf/machine/include/tune-arm926ejs.conf
@@
-1,3
+1,5
@@
-#
if gcc breaks change arm926ejs to arm926ej-s
+#
For gcc 3.x you need:
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
+# For gcc 4.x you need:
+#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
PACKAGE_ARCH = "armv5te"