diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-14 11:46:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-09-14 11:46:06 +0000 |
commit | 0f80b18e9e7dc3a40b0a009a7ab59e7e984136da (patch) | |
tree | 0bc2b159de95fd57bd32917564aacb13c377b197 | |
parent | 53d34b41a2d30b4b8d1d3bf1bd9fef2b8462a145 (diff) |
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.
-rw-r--r-- | conf/machine/include/tune-geodelx.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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" + |