[oe-commits] Guo Hongruan : Set preferred glibc to 2.10.1 in conf/distro/micro.conf

git version control git at git.openembedded.org
Thu Jan 21 19:03:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 3713a0765324a5e54996f6f5ca045b85a998271b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3713a0765324a5e54996f6f5ca045b85a998271b

Author: Guo Hongruan <camelguo at gmail.com>
Date:   Sun Jan 17 21:10:18 2010 +0800

Set preferred glibc to 2.10.1 in conf/distro/micro.conf

* the preferred version of binutils of conf/distro/micro.conf is 2.19.51
* the preferred version of glibc is 2.6.1 which is defined in sane-toolchain.inc
* the ld produced by binutils-2.19.51 reports that it can not find the __begin symbol when linking with glibc-2.6.1

Signed-off-by: Guo Hongruan <camelguo at gmail.com>

---

 conf/distro/micro.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index d9fc595..9885425 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -62,6 +62,8 @@ MACHINE_KERNEL_VERSION = "2.6"
 #############################################################################
 LIBC ?= "eglibc"
 PREFERRED_BINUTILS = "2.19.51"
+PREFERRED_VERSION_glibc             ?= "2.10.1"
+PREFERRED_VERSION_glibc-initial     ?= "2.10.1"
 PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"
 require conf/distro/include/sane-toolchain.inc
 





More information about the Openembedded-commits mailing list