aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-11-23 15:10:23 +0100
committerEric Bénard <eric@eukrea.com>2010-11-23 20:05:22 +0100
commit73b4bbe32df20e3bf2f78464f7123dfd3e0d235c (patch)
tree40383fd09e7b6cc6c133d271f7ea01d346577da3 /conf
parent94706f3c2b4866775332c529d50500a2e43a55d9 (diff)
downloadopenembedded-73b4bbe32df20e3bf2f78464f7123dfd3e0d235c.tar.gz
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 <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/micro.conf2
1 files changed, 1 insertions, 1 deletions
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"