mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
BINUTILS_CUSTOM is no longer part of the binutils version choice, but an
independend configuration to enable BINUTILS_CUSTOM. Signed-off-by: Jasmin Jessich <jasmin@anw.at>
This commit is contained in:
parent
74b09f9c4a
commit
b75d90452e
@ -87,13 +87,12 @@ config BINUTILS_V_2_18a
|
||||
prompt "2.18a"
|
||||
select BINUTILS_2_18_or_later
|
||||
|
||||
endchoice
|
||||
|
||||
config BINUTILS_CUSTOM
|
||||
bool
|
||||
prompt "Custom binutils"
|
||||
depends on EXPERIMENTAL
|
||||
select BINUTILS_2_22_or_later
|
||||
|
||||
endchoice
|
||||
|
||||
if BINUTILS_CUSTOM
|
||||
|
||||
@ -123,7 +122,6 @@ config BINUTILS_VERSION
|
||||
default "2.20.1a" if BINUTILS_V_2_20_1a
|
||||
default "2.19.1a" if BINUTILS_V_2_19_1a
|
||||
default "2.18a" if BINUTILS_V_2_18a
|
||||
default "custom" if BINUTILS_CUSTOM
|
||||
|
||||
config BINUTILS_2_25_or_later
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user