All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Set preferred glibc to 2.10.1 in conf/distro/micro.conf
@ 2010-01-17 13:10 Guo Hongruan
  2010-01-17 13:30 ` Holger Hans Peter Freyther
  2010-01-21 12:41 ` Phil Blundell
  0 siblings, 2 replies; 7+ messages in thread
From: Guo Hongruan @ 2010-01-17 13:10 UTC (permalink / raw)
  To: openembedded-devel

* 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@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
 
-- 
1.5.4.3




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-01-21 13:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 13:10 [PATCH] Set preferred glibc to 2.10.1 in conf/distro/micro.conf Guo Hongruan
2010-01-17 13:30 ` Holger Hans Peter Freyther
2010-01-17 13:37   ` Guo Hongruan
2010-01-18 19:41     ` Khem Raj
2010-01-21  2:12       ` Guo Hongruan
2010-01-21 12:41 ` Phil Blundell
2010-01-21 13:08   ` Guo Hongruan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.