From 73b4bbe32df20e3bf2f78464f7123dfd3e0d235c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eric=20B=C3=A9nard?= Date: Tue, 23 Nov 2010 15:10:23 +0100 Subject: [PATCH] micro: update prefered binutils MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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 --- conf/distro/micro.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5