diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-12 19:32:15 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-13 16:20:31 -0700 |
commit | 63f6566a8f66bb4630b067975685f2c26aae8eec (patch) | |
tree | fa373127f9d2b0c9e2fdcda16705e44a6ac1c623 | |
parent | 682e67793d3d6da4b7905f756650e1ec94883ae2 (diff) |
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@gmail.com>
-rw-r--r-- | 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 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" |