[oe] [PATCH] Change the prefer binutils of micro.conf from 2.19.51 to 2.18

Guo Hongruan camelguo at gmail.com
Sun Jan 17 03:22:21 UTC 2010


* the previous default version of binutils (2.19.51) in micro.conf cause the default version of glibc failed to build

Signed-off-by: Guo Hongruan <camelguo at gmail.com>
---
 conf/distro/micro.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index d9fc595..4991620 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -61,7 +61,7 @@ MACHINE_KERNEL_VERSION = "2.6"
 # TOOLCHAIN
 #############################################################################
 LIBC ?= "eglibc"
-PREFERRED_BINUTILS = "2.19.51"
+PREFERRED_BINUTILS = "2.18"
 PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"
 require conf/distro/include/sane-toolchain.inc
 
-- 
1.5.4.3





More information about the Openembedded-devel mailing list