From: Koen Kooi Date: Thu, 10 Nov 2005 13:42:35 +0000 (+0000) Subject: tune-arm926ejs: change mtune param to work with gcc3.x and add a note on how to fix... X-Git-Tag: Release-2010-05/1~9453^2~3121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a684f00811f4b42b527db0d3b78a15b64f61873;p=openembedded.git tune-arm926ejs: change mtune param to work with gcc3.x and add a note on how to fix it for gcc4 --- diff --git a/conf/machine/tune-arm926ejs.conf b/conf/machine/tune-arm926ejs.conf index 563586c902..5e2f6b7c62 100644 --- a/conf/machine/tune-arm926ejs.conf +++ b/conf/machine/tune-arm926ejs.conf @@ -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"