mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
binutils/binutils: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
515938dc92
commit
982cfde700
@ -8,6 +8,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config BINUTILS_V_2_23_1
|
||||
bool
|
||||
prompt "2.23.1 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_22
|
||||
bool
|
||||
prompt "2.22"
|
||||
@ -62,6 +67,7 @@ config BINUTILS_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.23.1" if BINUTILS_V_2_23_1
|
||||
default "2.22" if BINUTILS_V_2_22
|
||||
default "2.21.53" if BINUTILS_V_2_21_53
|
||||
default "2.21.1a" if BINUTILS_V_2_21_1a
|
||||
|
Loading…
Reference in New Issue
Block a user