aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-05-12 19:32:15 -0700
committerKhem Raj <raj.khem@gmail.com>2010-05-13 16:20:31 -0700
commit63f6566a8f66bb4630b067975685f2c26aae8eec (patch)
treefa373127f9d2b0c9e2fdcda16705e44a6ac1c623 /conf
parent682e67793d3d6da4b7905f756650e1ec94883ae2 (diff)
downloadopenembedded-63f6566a8f66bb4630b067975685f2c26aae8eec.tar.gz
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/sane-toolchain.inc8
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"