Files
openwrt/toolchain/binutils/Config.version
T
Konstantin Demin a368faf2e1 toolchain: binutils: remove old versions
Oldest supported release is 2.44 for upcoming release (25.12).

Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21997
Signed-off-by: Nick Hainke <vincent@systemli.org>
2026-04-18 19:34:20 +02:00

13 lines
221 B
Plaintext

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