From: Richard Purdie Date: Sun, 27 Aug 2006 16:25:48 +0000 (+0000) Subject: tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky) X-Git-Tag: Release-2010-05/1~9453^2~875^2~66^2~57^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4012ee3240c15fdb40288596d0111b22ffcbf71e;p=openembedded.git tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky) --- diff --git a/conf/machine/include/tune-arm926ejs.conf b/conf/machine/include/tune-arm926ejs.conf index 5e2f6b7c62..ce1d4f7203 100644 --- a/conf/machine/include/tune-arm926ejs.conf +++ b/conf/machine/include/tune-arm926ejs.conf @@ -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"