summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-27 11:42:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-27 11:42:42 (GMT)
commit982cfde700ed515f4ce2044d490e0932d4bbfd08 (patch)
treed93e79fc204535f5e9eaef3c02e83c193a7eab33
parent515938dc92ad40854f8673bec880b8317203f5d5 (diff)
binutils/binutils: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/binutils/binutils.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index f917071..b7fd02d 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -8,6 +8,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config BINUTILS_V_2_23_1
+ bool
+ prompt "2.23.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config BINUTILS_V_2_22
bool
prompt "2.22"
@@ -62,6 +67,7 @@ config BINUTILS_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.23.1" if BINUTILS_V_2_23_1
default "2.22" if BINUTILS_V_2_22
default "2.21.53" if BINUTILS_V_2_21_53
default "2.21.1a" if BINUTILS_V_2_21_1a