summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-15 16:47:50 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-05-15 16:47:50 (GMT)
commit77bf4f327a9873493338fbf2c1f61f6cd55279cc (patch)
tree86a78d273424b02ee21febdff31173017b16bb6d /config
parentc46ab20e6ff021db13988c4aedc4611559919b3a (diff)
Add latest binutils snapshot, and propagate patches from previous snapshot.
/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 6d58fd8..3e5bc5a 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -41,6 +41,11 @@ config BINUTILS_V_2_18_50_0_6
prompt "2.18.50.0.6 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config BINUTILS_V_2_18_50_0_7
+ bool
+ prompt "2.18.50.0.7 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -54,6 +59,7 @@ config BINUTILS_VERSION
default "2.18" if BINUTILS_V_2_18
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
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
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!