micro: update prefered binutils
authorEric Bénard <eric@eukrea.com>
Tue, 23 Nov 2010 14:10:23 +0000 (15:10 +0100)
committerEric Bénard <eric@eukrea.com>
Tue, 23 Nov 2010 19:05:22 +0000 (20:05 +0100)
* 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 <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
conf/distro/micro.conf

index 19b5e62..b3f099a 100644 (file)
@@ -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"