summaryrefslogtreecommitdiff
path: root/conf/machine/geodelx.conf
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2009-11-06 11:36:17 +0000
committerGraeme Gregory <dp@xora.org.uk>2009-11-06 11:36:17 +0000
commitaab18585dd7249dce9bff26f8e2d48fb1de3e1d7 (patch)
treea421659e4457b9d2b7ef5d9c86d08d027f182155 /conf/machine/geodelx.conf
parent654b4ac743061b15e0ed9ee8652d4462221b644d (diff)
parentbc6d9ef31bd6590071c1dfb5e18bbceb22e4ad09 (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/geodelx.conf')
-rw-r--r--conf/machine/geodelx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf
index f8874fd966..7316f2d747 100644
--- a/conf/machine/geodelx.conf
+++ b/conf/machine/geodelx.conf
@@ -2,7 +2,7 @@
# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
# Released under the MIT license (see packages/COPYING)
-TARGET_ARCH = "i486"
+TARGET_ARCH = "i586"
require conf/machine/include/tune-geode.inc
@@ -11,5 +11,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-geodelx"
KERNEL_IMAGETYPE = "bzImage"
GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586"
SELECTED_OPTIMIZATION_pn-glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}"