openwrt-pf/toolchain/binutils/Config.in
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

27 lines
646 B
Text

# Choose binutils version.
choice
prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_44
help
Select the version of binutils you wish to use.
config BINUTILS_USE_VERSION_2_44
bool "Binutils 2.44"
select BINUTILS_VERSION_2_44
config BINUTILS_USE_VERSION_2_45
bool "Binutils 2.45.1"
select BINUTILS_VERSION_2_45
config BINUTILS_USE_VERSION_2_46
bool "Binutils 2.46.1"
select BINUTILS_VERSION_2_46
endchoice
config EXTRA_BINUTILS_CONFIG_OPTIONS
string
prompt "Additional binutils configure options" if TOOLCHAINOPTS
default ""
help
Any additional binutils options you may want to include....