]> code.ossystems Code Review - openembedded-core.git/commitdiff
tune-arm926ejs.conf: Change default to that foc gcc4
authorRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 23:57:16 +0000 (23:57 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 8 Jan 2007 23:57:16 +0000 (23:57 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1131 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/machine/include/tune-arm926ejs.conf

index ce1d4f72031a9f3c52afe3022f721d17975e9f1e..31fe8868cad84fd36167a8464d935aa1e170f699 100644 (file)
@@ -1,5 +1,5 @@
 # For gcc 3.x you need:
-TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
+#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
 # For gcc 4.x you need:
-#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
+TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
 PACKAGE_ARCH = "armv5te"