All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] micro: update prefered binutils for arm
@ 2010-11-23 14:11 Eric Bénard
  2010-11-23 14:17 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2010-11-23 14:11 UTC (permalink / raw)
  To: openembedded-devel

* without this builds for arm fail with :
http://tinderbox.openembedded.net/public/logs/task/10927261.txt
* with this, the build finish but image creation fails with :
http://tinderbox.openembedded.net/public/logs/task/10935754.txt

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 conf/distro/micro.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index 19b5e62..a065cbb 100644
--- a/conf/distro/micro.conf
+++ b/conf/distro/micro.conf
@@ -62,6 +62,7 @@ MACHINE_KERNEL_VERSION = "2.6"
 #############################################################################
 LIBC ?= "eglibc"
 PREFERRED_BINUTILS = "2.19.51"
+PREFERRED_BINUTILS_arm              ?= "2.20.1"
 PREFERRED_VERSION_glibc             ?= "2.10.1"
 PREFERRED_VERSION_glibc-initial     ?= "2.10.1"
 PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-11-23 17:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 14:11 [PATCH] micro: update prefered binutils for arm Eric Bénard
2010-11-23 14:17 ` Martin Jansa
2010-11-23 16:40   ` Khem Raj
2010-11-23 17:00     ` [PATCH] micro: update prefered binutils Eric Bénard
2010-11-23 17:05       ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.