sane-toolchain.inc: Bump preferred versions for binutils, gcc and eglibc
authorKhem Raj <raj.khem@gmail.com>
Thu, 13 May 2010 02:32:15 +0000 (19:32 -0700)
committerKhem Raj <raj.khem@gmail.com>
Thu, 13 May 2010 23:20:31 +0000 (16:20 -0700)
* Move gcc to 4.4.4, binutils to 2.20.1 and eglibc to 2.11

Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/distro/include/sane-toolchain.inc

index daa2def..7f249b0 100644 (file)
@@ -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"