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>
This commit is contained in:
parent
959838ed03
commit
3f41153b1c
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Binutils Version" if TOOLCHAINOPTS
|
prompt "Binutils Version" if TOOLCHAINOPTS
|
||||||
default BINUTILS_USE_VERSION_2_34
|
default BINUTILS_USE_VERSION_2_36_1
|
||||||
help
|
help
|
||||||
Select the version of binutils you wish to use.
|
Select the version of binutils you wish to use.
|
||||||
|
|
||||||
|
@ -2,13 +2,13 @@ config BINUTILS_VERSION_2_32
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_34
|
config BINUTILS_VERSION_2_34
|
||||||
default y if !TOOLCHAINOPTS
|
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_35_2
|
config BINUTILS_VERSION_2_35_2
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_36_1
|
config BINUTILS_VERSION_2_36_1
|
||||||
|
default y if !TOOLCHAINOPTS
|
||||||
bool
|
bool
|
||||||
|
|
||||||
config BINUTILS_VERSION_2_37
|
config BINUTILS_VERSION_2_37
|
||||||
|
Loading…
Reference in New Issue
Block a user