aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/geodegx.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2009-04-16 19:39:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2009-05-20 23:15:13 -0300
commit88e86fff9620a65469d2d43afd6a8f82e505e740 (patch)
tree026381560c9184a19f03d8fe487e680c2843f5e2 /conf/machine/geodegx.conf
parent1232133c9cf1aa893edd37cfaf4a0f299ecb052a (diff)
downloadopenembedded-88e86fff9620a65469d2d43afd6a8f82e505e740.tar.gz
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/geodegx.conf')
-rw-r--r--conf/machine/geodegx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf
index 6fe6a830e6..0ec6782076 100644
--- a/conf/machine/geodegx.conf
+++ b/conf/machine/geodegx.conf
@@ -4,7 +4,7 @@
TARGET_ARCH = "i486"
-require conf/machine/include/tune-geodegx.inc
+require conf/machine/include/tune-geode.inc
PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
@@ -14,4 +14,4 @@ udevdir = "/dev"
KERNEL_IMAGETYPE = "bzImage"
GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"