aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2021-05-13 19:54:34 +0300
committerStijn Tintel <stijn@linux-ipv6.be>2021-08-18 20:48:47 +0300
commit3f41153b1c28999e9d9f7e6d9e4c3f9c2cba57d4 (patch)
tree44218befc61f56533de603912a95887c225c9dea /toolchain
parent959838ed03d4cbb2c97fa74746f00ccf9961d8e3 (diff)
downloadupstream-3f41153b1c28999e9d9f7e6d9e4c3f9c2cba57d4.tar.gz
upstream-3f41153b1c28999e9d9f7e6d9e4c3f9c2cba57d4.tar.bz2
upstream-3f41153b1c28999e9d9f7e6d9e4c3f9c2cba57d4.zip
toolchain/binutils: switch to version 2.36.1 by default
Runtime-tested on: * ath79 * bcm27xx/bcm2708 * bcm27xx/bcm2709 * bcm27xx/bcm2711 * mvebu/cortexa53 * octeon * realtek * x86/64 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Config.in2
-rw-r--r--toolchain/binutils/Config.version2
2 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/binutils/Config.in b/toolchain/binutils/Config.in
index 4b9579379c..0f69a003d3 100644
--- a/toolchain/binutils/Config.in
+++ b/toolchain/binutils/Config.in
@@ -2,7 +2,7 @@
choice
prompt "Binutils Version" if TOOLCHAINOPTS
- default BINUTILS_USE_VERSION_2_34
+ default BINUTILS_USE_VERSION_2_36_1
help
Select the version of binutils you wish to use.
diff --git a/toolchain/binutils/Config.version b/toolchain/binutils/Config.version
index 985e3b1b32..a1622abd96 100644
--- a/toolchain/binutils/Config.version
+++ b/toolchain/binutils/Config.version
@@ -2,13 +2,13 @@ config BINUTILS_VERSION_2_32
bool
config BINUTILS_VERSION_2_34
- default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION_2_35_2
bool
config BINUTILS_VERSION_2_36_1
+ default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION_2_37