mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 14:12:59 +00:00
binutils/binutils: add binutils-2.20.1
Signed-off-by: Johannes Stezenbach <js@sig21.net>
This commit is contained in:
parent
e1ebd3039d
commit
2a0030f0bd
@ -8,6 +8,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config BINUTILS_V_2_20_1
|
||||
bool
|
||||
prompt "2.20.1"
|
||||
|
||||
config BINUTILS_V_2_20
|
||||
bool
|
||||
prompt "2.20"
|
||||
@ -40,6 +44,7 @@ config BINUTILS_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.20.1" if BINUTILS_V_2_20_1
|
||||
default "2.20" if BINUTILS_V_2_20
|
||||
default "2.19.1" if BINUTILS_V_2_19_1
|
||||
default "2.19" if BINUTILS_V_2_19
|
||||
|
Loading…
x
Reference in New Issue
Block a user