summaryrefslogtreecommitdiff
path: root/conf/distro
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-10-22 16:46:31 -0700
committerKhem Raj <raj.khem@gmail.com>2009-10-22 16:49:13 -0700
commit077f07332ce734c13cf53a59b69c4664e50458ba (patch)
treef49a6b06faca058a02045185019178ce573e28bc /conf/distro
parentba8ce6a3fdb2e5af2d73857cadab99895d734240 (diff)
gcc-4.4.2: Add new recipes for gcc 4.2.2
* Switch default gcc to 4.4.2 for sane toolchain * Switch binutils to 2.20 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/sane-toolchain.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index af7c6072bd..c98234fb9a 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -5,8 +5,8 @@
#############################################################################
# Base line versions, good for most things
-PREFERRED_GCC_VERSION ?= "4.4.1"
-PREFERRED_BINUTILS ?= "2.19.51"
+PREFERRED_GCC_VERSION ?= "4.4.2"
+PREFERRED_BINUTILS ?= "2.20"
# Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
PREFERRED_VERSION_glibc ?= "2.6.1"