From: Marcin Juszkiewicz Date: Fri, 14 Sep 2007 11:46:06 +0000 (+0000) Subject: tune-geodelx: added tuning for AMD GeodeLX cpu X-Git-Tag: Release-2010-05/1~8655^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f80b18e9e7dc3a40b0a009a7ab59e7e984136da;p=openembedded.git tune-geodelx: added tuning for AMD GeodeLX cpu Starting from GCC 4.3 it will have own -mcpu flag. With older versions optimizations for AMD K6-2 are best. --- diff --git a/conf/machine/include/tune-geodelx.conf b/conf/machine/include/tune-geodelx.conf new file mode 100644 index 0000000000..335fadec6e --- /dev/null +++ b/conf/machine/include/tune-geodelx.conf @@ -0,0 +1,6 @@ +# Geode CPU has it's own target in GCC 4.3 +# in older versions k6-2 is closest +# +TARGET_CC_ARCH = "-march=k6-2" +PACKAGE_ARCH = "geode" +