tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky)
authorRichard Purdie <rpurdie@rpsys.net>
Sun, 27 Aug 2006 16:25:48 +0000 (16:25 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sun, 27 Aug 2006 16:25:48 +0000 (16:25 +0000)
conf/machine/include/tune-arm926ejs.conf

index 5e2f6b7..ce1d4f7 100644 (file)
@@ -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"