diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2013-10-06 23:45:10 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-06 23:48:31 +0200 |
commit | 9777dbedb012f68e54e14f9567d9dc0187d53b17 (patch) | |
tree | a5e83f0cc2991aabdc69bdce634a989e1a713b51 /package/binutils | |
parent | d1a211a45ea07b00c60fafa41848978f7326455f (diff) | |
download | buildroot-9777dbedb012f68e54e14f9567d9dc0187d53b17.tar.gz buildroot-9777dbedb012f68e54e14f9567d9dc0187d53b17.zip |
binutils: default to 2.22
2.21.1 is getting quite old, the linker issues with 2.22 seems to be
(mostly?) sorted out by now and armhf needs 2.22+, so let's bump the
default version.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils')
-rw-r--r-- | package/binutils/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index c2d2495362..8f19597060 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -4,7 +4,7 @@ choice prompt "Binutils Version" depends on !BR2_arc default BR2_BINUTILS_VERSION_2_21 if (BR2_mips || BR2_mipsel || BR2_sh) - default BR2_BINUTILS_VERSION_2_21_1 + default BR2_BINUTILS_VERSION_2_22 help Select the version of binutils you wish to use. |