diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 18:15:13 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-19 19:49:41 +0100 |
commit | 4ed7c114304f881d50a0c9ebefa98d9e42884bf1 (patch) | |
tree | 1dc99c9ef3e9a2a9521a9a61055fa18bf8120825 | |
parent | bad798fb3b8865d744b1398fba5676c33224938a (diff) |
shr: use binutils 2.20.1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | conf/distro/shr.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/shr.conf b/conf/distro/shr.conf index 92ecc22879..db15a4d1c2 100644 --- a/conf/distro/shr.conf +++ b/conf/distro/shr.conf @@ -154,6 +154,7 @@ OVERRIDES = "local:${MACHINE}:${MACHINE_CLASS}:${DISTRO}:${TARGET_OS}:${TARGET_A # TOOLCHAIN ############################################################################# LIBC ?= "eglibc" +PREFERRED_BINUTILS ?= "2.20.1" PREFERRED_GCC_VERSION ?= "4.4.3" PREFERRED_VERSION_eglibc ?= "2.11" PREFERRED_VERSION_eglibc-initial ?= "2.11" |