[oe-commits] Khem Raj : sane-toolchain.inc: Bump preferred versions for binutils, gcc and eglibc

git version control git at git.openembedded.org
Thu May 13 23:26:53 UTC 2010


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed May 12 19:32:15 2010 -0700

sane-toolchain.inc: Bump preferred versions for binutils, gcc and eglibc

* Move gcc to 4.4.4, binutils to 2.20.1 and eglibc to 2.11

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 conf/distro/include/sane-toolchain.inc |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index daa2def..7f249b0 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.2"
-PREFERRED_BINUTILS                   ?= "2.20"
+PREFERRED_GCC_VERSION                ?= "4.4.4"
+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.10"
-PREFERRED_VERSION_eglibc-initial     ?= "2.10"
+PREFERRED_VERSION_eglibc             ?= "2.11"
+PREFERRED_VERSION_eglibc-initial     ?= "2.11"
 PREFERRED_VERSION_uclibc            ?= "0.9.30.1"
 PREFERRED_VERSION_uclibc-initial    ?= "0.9.30.1"
 





More information about the Openembedded-commits mailing list