openwrt/toolchain/binutils/Config.version
Konstantin Demin 9b3ee8218b toolchain: binutils: add version 2.46
Release Notes:
- https://sourceware.org/pipermail/binutils/2026-February/148149.html

OpenWrt changes:
- adjust patch manually:
  - 500-Change-default-emulation-for-mips64-linux.patch
- rearrange configure options and variables
- provide variables for both configure and build stages (binutils has more than one ./configure script in source tree)

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:21 +02:00

17 lines
301 B
Plaintext

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.0" if BINUTILS_VERSION_2_46