mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-16 15:28:55 +00:00
binutils/binutils: add new versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
2f59557376
commit
afa67897c9
@ -8,6 +8,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config BINUTILS_V_2_23_2
|
||||
bool
|
||||
prompt "2.23.2 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_23_1
|
||||
bool
|
||||
prompt "2.23.1 (EXPERIMENTAL)"
|
||||
@ -68,6 +73,7 @@ config BINUTILS_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.23.2" if BINUTILS_V_2_23_2
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user