From 63f6566a8f66bb4630b067975685f2c26aae8eec Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 May 2010 19:32:15 -0700 Subject: 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 --- conf/distro/include/sane-toolchain.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'conf') diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc index daa2deff29..7f249b04f7 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" -- cgit 1.2.3-korg