Fix glibc configure error:
| configure: running configure fragment for add-on nptl
| checking sysdep dirs... configure: error: The geode subspecies of i486 is not supported.
| FATAL: oe_runconf failed
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
# 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
KERNEL_IMAGETYPE = "bzImage"
GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586"
# 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
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', '')}"