toolchain: binutils: change default to 2.46
Change default to latest upstream release. Link: https://github.com/openwrt/openwrt/pull/23907 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
parent
4745f757a7
commit
82f26df15c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,12 +1,12 @@
|
|||
|
||||
config BINUTILS_VERSION_2_44
|
||||
default y if !TOOLCHAINOPTS
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_45
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION_2_46
|
||||
default y if !TOOLCHAINOPTS
|
||||
bool
|
||||
|
||||
config BINUTILS_VERSION
|
||||
|
|
|
|||
Loading…
Reference in a new issue