summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-12 08:05:57 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-12 08:05:57 (GMT)
commit0a0d8d6ba858230c464e829e7a0e4bfeeb1aa075 (patch)
tree4d22902f50167f3a7debfb0b48f83c90798c3588 /config
parentce48ea4aef2e4f3d5bcd5421f0c428478d10e05e (diff)
Add experimental binutils-2.17.50.0.18, along with patches from previous snapshot.
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 0646920..c620ee3 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -146,6 +146,11 @@ config BINUTILS_V_2_17_50_0_17
prompt "2.17.50.0.17"
depends on EXPERIMENTAL
+config BINUTILS_V_2_17_50_0_18
+ bool
+ prompt "2.17.50.0.18 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -180,6 +185,7 @@ config BINUTILS_VERSION
default "2.17.50.0.15" if BINUTILS_V_2_17_50_0_15
default "2.17.50.0.16" if BINUTILS_V_2_17_50_0_16
default "2.17.50.0.17" if BINUTILS_V_2_17_50_0_17
+ default "2.17.50.0.18" if BINUTILS_V_2_17_50_0_18
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!