[oe-commits] Otavio Salvador : machine/geodelx: optimize using gcc 4. 3 -mgeode and a specific feed arch

GIT User account git at amethyst.openembedded.net
Fri Apr 3 20:20:45 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bd90cde53920178c4dcb9021e07893334d244706
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bd90cde53920178c4dcb9021e07893334d244706

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Mar 27 21:56:32 2009 -0300

machine/geodelx: optimize using gcc 4.3 -mgeode and a specific feed arch

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 conf/machine/geodelx.conf             |    2 +-
 conf/machine/include/tune-geodelx.inc |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf
index 37ea17e..de4d9ca 100644
--- a/conf/machine/geodelx.conf
+++ b/conf/machine/geodelx.conf
@@ -1,6 +1,6 @@
 TARGET_ARCH = "i486"
 
-require conf/machine/include/tune-x86.inc
+require conf/machine/include/tune-geodelx.inc
 
 PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
 
diff --git a/conf/machine/include/tune-geodelx.inc b/conf/machine/include/tune-geodelx.inc
index 4e146f4..63e6678 100644
--- a/conf/machine/include/tune-geodelx.inc
+++ b/conf/machine/include/tune-geodelx.inc
@@ -1,9 +1,9 @@
 # Geode CPU has it's own target in GCC 4.3
 # in older versions k6-2 is closest
 #
-TARGET_CC_ARCH = "-march=k6-2"
+TARGET_CC_ARCH = "-march=geode"
 BASE_PACKAGE_ARCH = "geode"
-PACKAGE_EXTRA_ARCHS += "x86 i386 i486 geode"
+PACKAGE_EXTRA_ARCHS += "x86 i386 geode"
 
 FEED_ARCH = "geode"
 





More information about the Openembedded-commits mailing list