diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-09 22:04:36 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-09 22:04:36 +0100 |
commit | 8fb41edf835d56ddc007bfd294ae4c8f0a55a7cd (patch) | |
tree | 342b1c11eec3a3c84417891959cda8348e109079 /conf | |
parent | 636a0d3acb17cfb07bd5b7ccfd7a031e9e5cbdd4 (diff) |
Revert "geodegx: Fix glibc configure error"
This reverts commit 7e28606c9432c4fcb7e633c2dfb699eee14094c6.
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/geodegx.conf | 4 | ||||
-rw-r--r-- | conf/machine/geodelx.conf | 4 |
2 files changed, 4 insertions, 4 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" diff --git a/conf/machine/geodelx.conf b/conf/machine/geodelx.conf index 7316f2d747..f8874fd966 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 = "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', '')}" |