* 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 <[email protected]> --- 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
