Revert "geodegx: Fix glibc configure error"
authorHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 9 Nov 2009 21:04:36 +0000 (22:04 +0100)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Mon, 9 Nov 2009 21:04:36 +0000 (22:04 +0100)
This reverts commit 7e28606c9432c4fcb7e633c2dfb699eee14094c6.

Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
conf/machine/geodegx.conf
conf/machine/geodelx.conf

index a9cf577..6350f2d 100644 (file)
@@ -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"
index 7316f2d..f8874fd 100644 (file)
@@ -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
 
@@ -11,5 +11,5 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-geodelx"
 KERNEL_IMAGETYPE = "bzImage"
 
 GLIBC_ADDONS = "nptl"
-GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"
 SELECTED_OPTIMIZATION_pn-glibc := "${@'${SELECTED_OPTIMIZATION}'.replace('-fomit-frame-pointer', '')}"