summaryrefslogtreecommitdiff
path: root/config/binutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/binutils.in')
-rw-r--r--config/binutils.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in
index a72ebba..f262c6d 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -76,6 +76,10 @@ config BINUTILS_V_2_18_93
prompt "2.18.93 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config BINUTILS_V_2_19
+ bool
+ prompt "2.19"
+
config BINUTILS_V_2_19_50_0_1
bool
prompt "2.19.50.0.1 (EXPERIMENTAL)"
@@ -101,6 +105,7 @@ config BINUTILS_VERSION
default "2.18.91" if BINUTILS_V_2_18_91
default "2.18.92" if BINUTILS_V_2_18_92
default "2.18.93" if BINUTILS_V_2_18_93
+ default "2.19" if BINUTILS_V_2_19
default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!