mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
binutils/binutils: add BINUTILS_2_21_or_later blind option
Add BINUTILS_2_21_or_later blind option. It will be used to add conditional support for building 'gold' on versions that have it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
b0c69b3cdc
commit
aac53cf32c
@ -12,6 +12,7 @@ config BINUTILS_V_2_21
|
||||
bool
|
||||
depends on EXPERIMENTAL
|
||||
prompt "2.21"
|
||||
select BINUTILS_2_21_or_later
|
||||
|
||||
config BINUTILS_V_2_20_1
|
||||
bool
|
||||
@ -58,6 +59,9 @@ config BINUTILS_VERSION
|
||||
default "2.17" if BINUTILS_V_2_17
|
||||
default "2.16.1" if BINUTILS_V_2_16_1
|
||||
|
||||
config BINUTILS_2_21_or_later
|
||||
bool
|
||||
|
||||
config BINUTILS_EXTRA_CONFIG
|
||||
string
|
||||
prompt "binutils extra config"
|
||||
|
Loading…
x
Reference in New Issue
Block a user