mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-24 19:34:19 +00:00
config/binutils: Add binutils 2.21
Currently depends on EXPERIMENTAL, as it is not well tested and I'm not sure if/which patches need to be ported forward from 2.20.1.
This commit is contained in:
parent
6cdc8c6d7e
commit
fa62fd9e1e
@ -8,6 +8,11 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config BINUTILS_V_2_21
|
||||
bool
|
||||
depends on EXPERIMENTAL
|
||||
prompt "2.21"
|
||||
|
||||
config BINUTILS_V_2_20_1
|
||||
bool
|
||||
prompt "2.20.1"
|
||||
@ -44,6 +49,7 @@ config BINUTILS_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.21" if BINUTILS_V_2_21
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user