summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasmin Jessich <jasmin@anw.at>2015-09-05 19:15:49 (GMT)
committerJasmin Jessich <jasmin@anw.at>2015-09-05 19:18:59 (GMT)
commitb75d90452e14348d294cd3c52adf3a8b2c97c914 (patch)
tree1fb71cf66f67db5bdcf37d8c96853a48342ee7cf
parent74b09f9c4a07a8f561001f4a727259b2d5eced77 (diff)
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>
-rw-r--r--config/binutils/binutils.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 5ef69b5..b170632 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