From: Koen Kooi Date: Tue, 29 Aug 2006 11:18:29 +0000 (+0000) Subject: tune-arm926ejs: .dev uses gcc 4 by default X-Git-Tag: Release-2010-05/1~9453^2~875^2~66^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428dc98ac20df804f6aad345bd432f2b2dacea0a;p=openembedded.git tune-arm926ejs: .dev uses gcc 4 by default --- diff --git a/conf/machine/include/tune-arm926ejs.conf b/conf/machine/include/tune-arm926ejs.conf index ce1d4f7203..31fe8868ca 100644 --- a/conf/machine/include/tune-arm926ejs.conf +++ b/conf/machine/include/tune-arm926ejs.conf @@ -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"