[oe-commits] Eric Bénard : micro: update prefered binutils

git version control git at git.openembedded.org
Tue Nov 23 19:16:13 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 73b4bbe32df20e3bf2f78464f7123dfd3e0d235c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=73b4bbe32df20e3bf2f78464f7123dfd3e0d235c

Author: Eric Bénard <eric at eukrea.com>
Date:   Tue Nov 23 15:10:23 2010 +0100

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 at eukrea.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/micro.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index 19b5e62..b3f099a 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"





More information about the Openembedded-commits mailing list