diff options
author | Jasmin Jessich <jasmin@anw.at> | 2015-09-05 21:15:49 +0200 |
---|---|---|
committer | Jasmin Jessich <jasmin@anw.at> | 2015-09-05 21:18:59 +0200 |
commit | b75d90452e14348d294cd3c52adf3a8b2c97c914 (patch) | |
tree | 1fb71cf66f67db5bdcf37d8c96853a48342ee7cf /config | |
parent | 74b09f9c4a07a8f561001f4a727259b2d5eced77 (diff) | |
download | crosstool-ng-b75d90452e14348d294cd3c52adf3a8b2c97c914.tar.gz crosstool-ng-b75d90452e14348d294cd3c52adf3a8b2c97c914.tar.bz2 crosstool-ng-b75d90452e14348d294cd3c52adf3a8b2c97c914.zip |
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>
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 5ef69b5d..b1706324 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -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 |