[oe-commits] Otavio Salvador : machine/geodegx: 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: 4159b51b908dc440a6973f1ea4396777fbffc6d8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4159b51b908dc440a6973f1ea4396777fbffc6d8

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

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

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

---

 conf/machine/geodegx.conf             |    2 +-
 conf/machine/include/tune-geodegx.inc |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf
index 3fdfeae..6fe6a83 100644
--- a/conf/machine/geodegx.conf
+++ b/conf/machine/geodegx.conf
@@ -4,7 +4,7 @@
 
 TARGET_ARCH =  "i486"
 
-require conf/machine/include/tune-x86.inc
+require conf/machine/include/tune-geodegx.inc
 
 PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
 BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
diff --git a/conf/machine/include/tune-geodegx.inc b/conf/machine/include/tune-geodegx.inc
new file mode 100644
index 0000000..cae285a
--- /dev/null
+++ b/conf/machine/include/tune-geodegx.inc
@@ -0,0 +1,6 @@
+TARGET_CC_ARCH = "-march=geode"
+BASE_PACKAGE_ARCH = "geode"
+PACKAGE_EXTRA_ARCHS += "x86 i386 geode"
+
+FEED_ARCH = "geode"
+





More information about the Openembedded-commits mailing list