machine/geodelx: optimize using gcc 4.3 -mgeode and a specific feed arch
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 28 Mar 2009 00:56:32 +0000 (21:56 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Apr 2009 20:14:05 +0000 (17:14 -0300)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/geodelx.conf
conf/machine/include/tune-geodelx.inc

index 37ea17e..de4d9ca 100644 (file)
@@ -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"
 
index 4e146f4..63e6678 100644 (file)
@@ -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"