summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-08-27 16:25:48 +0000
committerRichard Purdie <rpurdie@rpsys.net>2006-08-27 16:25:48 +0000
commit4012ee3240c15fdb40288596d0111b22ffcbf71e (patch)
treeefebad94a1bf420392a07adbf281d3b58002952e /conf/machine
parente71a84f77fd700c1001a68795e3220c41915f105 (diff)
tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky)
Diffstat (limited to 'conf/machine')
-rw-r--r--conf/machine/include/tune-arm926ejs.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/conf/machine/include/tune-arm926ejs.conf b/conf/machine/include/tune-arm926ejs.conf
index 5e2f6b7c62..ce1d4f7203 100644
--- 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"