summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-28 08:55:33 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-04-28 08:55:33 (GMT)
commitc94ed734c1e813b9b9d9a0e9490db0b8bb6d0678 (patch)
tree96d5d74e192511b29ac5b55c43a94c39460a0229 /config
parent7bb4d0d9ca67811a217334b0741305e26ffa27da (diff)
Add latest binutils snapshots.
/trunk/config/binutils.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+)
Diffstat (limited to 'config')
-rw-r--r--config/binutils.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/binutils.in b/config/binutils.in
index 3e14ad3..8d0af90 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -51,6 +51,16 @@ config BINUTILS_V_2_18_50_0_4
prompt "2.18.50.0.4 (EXPERIMENTAL)"
depends on EXPERIMENTAL
+config BINUTILS_V_2_18_50_0_5
+ bool
+ prompt "2.18.50.0.5 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config BINUTILS_V_2_18_50_0_6
+ bool
+ prompt "2.18.50.0.6 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -66,6 +76,8 @@ config BINUTILS_VERSION
default "2.18.50.0.2" if BINUTILS_V_2_18_50_0_2
default "2.18.50.0.3" if BINUTILS_V_2_18_50_0_3
default "2.18.50.0.4" if BINUTILS_V_2_18_50_0_4
+ default "2.18.50.0.5" if BINUTILS_V_2_18_50_0_5
+ default "2.18.50.0.6" if BINUTILS_V_2_18_50_0_6
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!