openwrt-pf/toolchain/binutils/Config.version
Konstantin Demin 3a35c19e8e
toolchain: binutils: update to 2.46.1
Release Notes: https://sourceware.org/pipermail/binutils/2026-June/149568.html

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23773
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
2026-06-17 08:52:03 +02:00

16 lines
301 B
Text

config BINUTILS_VERSION_2_44
default y if !TOOLCHAINOPTS
bool
config BINUTILS_VERSION_2_45
bool
config BINUTILS_VERSION_2_46
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