tune-arm926ejs: change mtune param to work with gcc3.x and add a note on how to fix...
authorKoen Kooi <koen@openembedded.org>
Thu, 10 Nov 2005 13:42:35 +0000 (13:42 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 10 Nov 2005 13:42:35 +0000 (13:42 +0000)
conf/machine/tune-arm926ejs.conf

index 563586c..5e2f6b7 100644 (file)
@@ -1,2 +1,3 @@
-TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
+#if gcc breaks change arm926ejs to arm926ej-s
+TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
 PACKAGE_ARCH = "armv5te"