mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Add EXPERIMENTAL binutils 2.18.50.x.y versions.
This commit is contained in:
parent
0d4e7717b1
commit
94b68d94dc
@ -31,6 +31,26 @@ config BINUTILS_V_2_18
|
||||
bool
|
||||
prompt "2.18"
|
||||
|
||||
config BINUTILS_V_2_18_50_0_1
|
||||
bool
|
||||
prompt "2.18.50.0.1 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_50_0_2
|
||||
bool
|
||||
prompt "2.18.50.0.2 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_50_0_3
|
||||
bool
|
||||
prompt "2.18.50.0.3 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_50_0_4
|
||||
bool
|
||||
prompt "2.18.50.0.4 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -42,6 +62,10 @@ config BINUTILS_VERSION
|
||||
default "2.16.1" if BINUTILS_V_2_16_1
|
||||
default "2.17" if BINUTILS_V_2_17
|
||||
default "2.18" if BINUTILS_V_2_18
|
||||
default "2.18.50.0.1" if BINUTILS_V_2_18_50_0_1
|
||||
default "2.18.50.0.2" if BINUTILS_V_2_18_50_0_2
|
||||
default "2.18.50.0.3" if BINUTILS_V_2_18_50_0_3
|
||||
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user