diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-04-16 19:39:50 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:15:13 -0300 |
commit | 88e86fff9620a65469d2d43afd6a8f82e505e740 (patch) | |
tree | 026381560c9184a19f03d8fe487e680c2843f5e2 /conf/machine/include/tune-geode.inc | |
parent | 1232133c9cf1aa893edd37cfaf4a0f299ecb052a (diff) |
machine/geode[gl]x: use more optimization while compiling
Since the code is now the same for Geode GX and Geode LX we also
merged the tunning files in a single tune-geode.inc, making it easy to
improve from now on.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/tune-geode.inc')
-rw-r--r-- | conf/machine/include/tune-geode.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/machine/include/tune-geode.inc b/conf/machine/include/tune-geode.inc new file mode 100644 index 0000000000..eda332a74e --- /dev/null +++ b/conf/machine/include/tune-geode.inc @@ -0,0 +1,5 @@ +TARGET_CC_ARCH = "-march=geode -mtune=geode" +BASE_PACKAGE_ARCH = "geode" +PACKAGE_EXTRA_ARCHS += "x86 i386 geode" + +FEED_ARCH = "geode" |