All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
@ 2010-09-25 23:17 Khem Raj
  2010-09-26  8:12 ` Martin Jansa
  2010-09-28 13:47 ` Enrico Scholz
  0 siblings, 2 replies; 8+ messages in thread
From: Khem Raj @ 2010-09-25 23:17 UTC (permalink / raw)
  To: openembedded-devel

GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR
and developers.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/distro/include/sane-toolchain.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index de73922..6d460a2 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -5,14 +5,14 @@
 #############################################################################
 
 # Base line versions, good for most things
-PREFERRED_GCC_VERSION                ?= "4.4.4"
+PREFERRED_GCC_VERSION                ?= "4.5"
 PREFERRED_BINUTILS                   ?= "2.20.1"
 
 # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc             ?= "2.10.1"
 PREFERRED_VERSION_glibc-initial     ?= "2.10.1"
-PREFERRED_VERSION_eglibc             ?= "2.11"
-PREFERRED_VERSION_eglibc-initial     ?= "2.11"
+PREFERRED_VERSION_eglibc             ?= "2.12"
+PREFERRED_VERSION_eglibc-initial     ?= "2.12"
 PREFERRED_UCLIBC_VERSION            ?= "0.9.31"
 
 # Some systems need a special gcc version
-- 
1.7.0.4




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

end of thread, other threads:[~2010-09-28 17:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25 23:17 [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions Khem Raj
2010-09-26  8:12 ` Martin Jansa
2010-09-28 13:47 ` Enrico Scholz
2010-09-28 14:28   ` Phil Blundell
2010-09-28 15:16     ` Enrico Scholz
2010-09-28 15:44       ` Phil Blundell
2010-09-28 15:28   ` Khem Raj
2010-09-28 17:32   ` Enrico Scholz

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.