mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-04-22 19:51:28 +02:00
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>
17 lines
301 B
Plaintext
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
|