aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-17 09:46:55 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-17 16:30:14 -0800
commit62dd8921108c06e4d06044fe4a1e3a71c507b79b (patch)
tree2ccb5f7f49e480fe56ad98f6abf4a2509f86e20f /conf
parentc4c7e9c62b73e6124aa4d6f0d8cd3bdb5b725979 (diff)
downloadopenembedded-62dd8921108c06e4d06044fe4a1e3a71c507b79b.tar.gz
sane-toolchain.inc: Prefer binutils 2.21
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf')
-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 642f289d76..dd066508b3 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.5"
-PREFERRED_BINUTILS_VERSION ?= "2.20.1"
+PREFERRED_BINUTILS_VERSION ?= "2.21"
PREFERRED_UCLIBC_VERSION ?= "git"
PREFERRED_EGLIBC_VERSION ?= "2.12"
PREFERRED_GLIBC_VERSION ?= "2.10.1"