summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/binutils.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in
index 3e14ad3..8d0af90 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -51,6 +51,16 @@ config BINUTILS_V_2_18_50_0_4
prompt "2.18.50.0.4 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config BINUTILS_V_2_18_50_0_5
+ bool
+ prompt "2.18.50.0.5 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config BINUTILS_V_2_18_50_0_6
+ bool
+ prompt "2.18.50.0.6 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -66,6 +76,8 @@ config BINUTILS_VERSION
default "2.18.50.0.2" if BINUTILS_V_2_18_50_0_2
default "2.18.50.0.3" if BINUTILS_V_2_18_50_0_3
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
+ default "2.18.50.0.5" if BINUTILS_V_2_18_50_0_5
+ default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!