diff options
Diffstat (limited to 'conf/machine/geodegx.conf')
-rw-r--r-- | conf/machine/geodegx.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf index a9cf5773ee..6350f2d94d 100644 --- a/conf/machine/geodegx.conf +++ b/conf/machine/geodegx.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 = "i586" +TARGET_ARCH = "i486" require conf/machine/include/tune-geode.inc @@ -16,4 +16,4 @@ udevdir = "/dev" KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" -GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586" +GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode" |