Merge pull request #166 from jasmin-j/binutils_custom_version

Remove BINUTILS_CUSTOM from the version choice
This commit is contained in:
Bryan Hundven 2015-09-05 16:28:33 -07:00
commit bb9fe9037c

View File

@ -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