From 0f80b18e9e7dc3a40b0a009a7ab59e7e984136da Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 14 Sep 2007 11:46:06 +0000 Subject: 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. --- conf/machine/include/tune-geodelx.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/machine/include/tune-geodelx.conf 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" + -- cgit v1.2.3