Skip to content

Commit

Permalink
Merge pull request #166 from jasmin-j/binutils_custom_version
Browse files Browse the repository at this point in the history
Remove BINUTILS_CUSTOM from the version choice
  • Loading branch information
bhundven committed Sep 5, 2015
2 parents ede5174 + b75d904 commit bb9fe90
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/binutils/binutils.in
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bb9fe90

Please sign in to comment.