mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Add latest binutils versions.
/trunk/config/binutils.in | 30 30 0 0 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
This commit is contained in:
parent
c7df47dcea
commit
f9838b0853
@ -56,6 +56,31 @@ config BINUTILS_V_2_18_50_0_9
|
||||
prompt "2.18.50.0.9 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_90
|
||||
bool
|
||||
prompt "2.18.90 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_91
|
||||
bool
|
||||
prompt "2.18.91 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_92
|
||||
bool
|
||||
prompt "2.18.92 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_18_93
|
||||
bool
|
||||
prompt "2.18.93 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config BINUTILS_V_2_19_50_0_1
|
||||
bool
|
||||
prompt "2.19.50.0.1 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
# CT_INSERT_VERSION_ABOVE
|
||||
# Don't remove above line!
|
||||
endchoice
|
||||
@ -72,6 +97,11 @@ config BINUTILS_VERSION
|
||||
default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
|
||||
default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
|
||||
default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
|
||||
default "2.18.90" if BINUTILS_V_2_18_90
|
||||
default "2.18.91" if BINUTILS_V_2_18_91
|
||||
default "2.18.92" if BINUTILS_V_2_18_92
|
||||
default "2.18.93" if BINUTILS_V_2_18_93
|
||||
default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
|
||||
# CT_INSERT_VERSION_STRING_ABOVE
|
||||
# Don't remove above line!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user