tune-arm926ejs: .dev uses gcc 4 by default
authorKoen Kooi <koen@openembedded.org>
Tue, 29 Aug 2006 11:18:29 +0000 (11:18 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 29 Aug 2006 11:18:29 +0000 (11:18 +0000)
conf/machine/include/tune-arm926ejs.conf

index ce1d4f7..31fe886 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"