* 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>
# 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"