mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
toolchain/binutils: switch to version 2.40 by default
This commit is contained in:
parent
c0bfa64daa
commit
df3c79e2b4
@ -25,6 +25,7 @@ PKG_MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_CPE_ID:=cpe:/a:gnu:binutils
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
include $(INCLUDE_DIR)/nls.mk
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
choice
|
||||
prompt "Binutils Version" if TOOLCHAINOPTS
|
||||
default BINUTILS_USE_VERSION_2_37
|
||||
default BINUTILS_USE_VERSION_2_40
|
||||
help
|
||||
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
|
||||
default ""
|
||||
help
|
||||
Any additional binutils options you may want to include....
|
||||
Any additional binutils options you may want to include....
|
Loading…
Reference in New Issue
Block a user