openwrt-pf/toolchain/binutils/Config.version
Jonas Jelonek 82f26df15c
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>
2026-06-26 14:51:16 +02:00

16 lines
301 B
Text

config BINUTILS_VERSION_2_44
bool
config BINUTILS_VERSION_2_45
bool
config BINUTILS_VERSION_2_46
default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION
string
default "2.44" if BINUTILS_VERSION_2_44
default "2.45.1" if BINUTILS_VERSION_2_45
default "2.46.1" if BINUTILS_VERSION_2_46