summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-02 21:07:48 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-02-02 21:07:48 (GMT)
commit655f7e9e65cbc330f936b29702d0a7b4320cc2f0 (patch)
tree86aa2f4dd78052b43826faa1358f02b144f0b128 /config
parentdb9f38f824cc6b04116f8c704048c8611a9dc64c (diff)
Add latest binutils snapshot version 2.19.51.0.1.
/trunk/config/binutils.in | 6 6 0 0 ++++++ 1 file changed, 6 insertions(+)
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 f262c6d..c7efb46 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -85,6 +85,11 @@ config BINUTILS_V_2_19_50_0_1
prompt "2.19.50.0.1 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config BINUTILS_V_2_19_51_0_1
+ bool
+ prompt "2.19.51.0.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -107,6 +112,7 @@ config BINUTILS_VERSION
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
+ default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!