summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/binutils.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in
index a3eb211..5ece2cc 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -51,6 +51,11 @@ config BINUTILS_V_2_18_50_0_8
prompt "2.18.50.0.8 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config BINUTILS_V_2_18_50_0_9
+ bool
+ prompt "2.18.50.0.9 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -66,6 +71,7 @@ config BINUTILS_VERSION
default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
+ default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!