From bd90cde53920178c4dcb9021e07893334d244706 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 27 Mar 2009 21:56:32 -0300 Subject: machine/geodelx: optimize using gcc 4.3 -mgeode and a specific feed arch Signed-off-by: Otavio Salvador --- conf/machine/include/tune-geodelx.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/machine/include') diff --git a/conf/machine/include/tune-geodelx.inc b/conf/machine/include/tune-geodelx.inc index 4e146f4c04..63e6678947 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" -- cgit v1.2.3