summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/machine/include/tune-arm926ejs.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-arm926ejs.conf b/meta/conf/machine/include/tune-arm926ejs.conf
index ce1d4f7203..31fe8868ca 100644
--- a/meta/conf/machine/include/tune-arm926ejs.conf
+++ b/meta/conf/machine/include/tune-arm926ejs.conf
@@ -1,5 +1,5 @@
1# For gcc 3.x you need: 1# For gcc 3.x you need:
2TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs" 2#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
3# For gcc 4.x you need: 3# For gcc 4.x you need:
4#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s" 4TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
5PACKAGE_ARCH = "armv5te" 5PACKAGE_ARCH = "armv5te"