From: Eric Bénard Date: Tue, 23 Nov 2010 14:10:23 +0000 (+0100) Subject: micro: update prefered binutils X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5394c4d37feae0c06ecac66642b7361e2ef9d933;p=openembedded.git micro: update prefered binutils * without this builds for arm fails with following error : http://tinderbox.openembedded.net/public/logs/task/10921718.txt * with this patch, the build works fine Signed-off-by: Eric Bénard Acked-by: Khem Raj --- diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 19b5e6209b..b3f099a368 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.20.1" PREFERRED_VERSION_glibc ?= "2.10.1" PREFERRED_VERSION_glibc-initial ?= "2.10.1" PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"