aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/sane-toolchain.inc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-09-16 17:38:38 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-09-16 17:38:38 +0200
commit306ae77b3bd17c9a7e04227fc6b7b2d66c264476 (patch)
tree3779a10096be26abd4908a84c670dbd525784d2c /conf/distro/include/sane-toolchain.inc
parent2a3d5c21971587a47b203359ed37a125b37aac39 (diff)
downloadopenembedded-306ae77b3bd17c9a7e04227fc6b7b2d66c264476.tar.gz
sane-toolchain.inc: bump default binutils to a version that works with the default gcc
Diffstat (limited to 'conf/distro/include/sane-toolchain.inc')
-rw-r--r--conf/distro/include/sane-toolchain.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index e2c6740e52..36ec5e572f 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -6,7 +6,7 @@
# Base line versions, good for most things
PREFERRED_GCC_VERSION ?= "4.4.1"
-PREFERRED_BINUTILS ?= "2.18"
+PREFERRED_BINUTILS ?= "2.19.51"
# Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
PREFERRED_VERSION_glibc ?= "2.6.1"