mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Merge pull request #166 from jasmin-j/binutils_custom_version
Remove BINUTILS_CUSTOM from the version choice
This commit is contained in:
commit
bb9fe9037c
@ -92,13 +92,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
|
||||
|
||||
@ -129,7 +128,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_1_or_later
|
||||
bool
|
||||
|
Loading…
Reference in New Issue
Block a user