toolchain/binutils: switch to version 2.40 by default

This commit is contained in:
coolsnowwolf 2024-01-11 20:12:59 +08:00
parent c0bfa64daa
commit df3c79e2b4
2 changed files with 3 additions and 2 deletions

View File

@ -25,6 +25,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
PKG_LICENSE:=GPL-3.0+ PKG_LICENSE:=GPL-3.0+
PKG_CPE_ID:=cpe:/a:gnu:binutils PKG_CPE_ID:=cpe:/a:gnu:binutils
PKG_BUILD_PARALLEL:=1 PKG_BUILD_PARALLEL:=1
PKG_USE_MIPS16:=0
PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_FLAGS:=no-mips16
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk

View File

@ -2,7 +2,7 @@
choice choice
prompt "Binutils Version" if TOOLCHAINOPTS prompt "Binutils Version" if TOOLCHAINOPTS
default BINUTILS_USE_VERSION_2_37 default BINUTILS_USE_VERSION_2_40
help help
Select the version of binutils you wish to use. Select the version of binutils you wish to use.
@ -32,4 +32,4 @@ config EXTRA_BINUTILS_CONFIG_OPTIONS
prompt "Additional binutils configure options" if TOOLCHAINOPTS prompt "Additional binutils configure options" if TOOLCHAINOPTS
default "" default ""
help help
Any additional binutils options you may want to include.... Any additional binutils options you may want to include....