diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-09-05 16:28:33 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-09-05 16:28:33 -0700 |
commit | bb9fe9037c9966981bc9c807215eda55dfa6f57c (patch) | |
tree | 6472aa2a72363f1cf076b5fe79ab6c250cb78552 /config | |
parent | ede51740454e04dcfdebc067298ea07352a48681 (diff) | |
parent | b75d90452e14348d294cd3c52adf3a8b2c97c914 (diff) | |
download | crosstool-ng-bb9fe9037c9966981bc9c807215eda55dfa6f57c.tar.gz crosstool-ng-bb9fe9037c9966981bc9c807215eda55dfa6f57c.tar.bz2 crosstool-ng-bb9fe9037c9966981bc9c807215eda55dfa6f57c.zip |
Merge pull request #166 from jasmin-j/binutils_custom_version
Remove BINUTILS_CUSTOM from the version choice
Diffstat (limited to 'config')
-rw-r--r-- | config/binutils/binutils.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 821e6069..9a1c4304 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -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 |