summaryrefslogtreecommitdiffstats
path: root/package/binutils
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2014-12-28 12:08:51 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-12-28 12:24:46 +0100
commitf8973107464a8e17a21487a64fdf42a2d941e79c (patch)
treea8ee0ae053261ddac52ba91767af2fc4ba9c6928 /package/binutils
parente5469f7fede6179a92751822338be2ec4f6eddce (diff)
downloadbuildroot-f8973107464a8e17a21487a64fdf42a2d941e79c.tar.gz
buildroot-f8973107464a8e17a21487a64fdf42a2d941e79c.zip
binutils: default to 2.24
2.22 is getting quite old (Nov 2011) and we've recently added 2.25. 2.24 has been used for the "new" architectures for a while and there's no known issues going to 2.24 for the rest, so bump the default version. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/binutils')
-rw-r--r--package/binutils/Config.in.host3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
index af046ae329..6dac3c0f7d 100644
--- a/package/binutils/Config.in.host
+++ b/package/binutils/Config.in.host
@@ -3,8 +3,7 @@ comment "Binutils Options"
choice
prompt "Binutils Version"
depends on !BR2_arc
- default BR2_BINUTILS_VERSION_2_24 if BR2_microblaze || BR2_powerpc64le
- default BR2_BINUTILS_VERSION_2_22
+ default BR2_BINUTILS_VERSION_2_24
help
Select the version of binutils you wish to use.
OpenPOWER on IntegriCloud