# HG changeset patch # User "Yann E. MORIN" # Date 1209372933 0 # Node ID 0ef95f8b203e86d69ab3a3c41f545dd62fda8caf # Parent cd9eeb62080c85b4364a1a24e1fd8d33aad5c141 Add latest binutils snapshots. /trunk/config/binutils.in | 12 12 0 0 ++++++++++++ 1 file changed, 12 insertions(+) diff -r cd9eeb62080c -r 0ef95f8b203e config/binutils.in --- a/config/binutils.in Mon Apr 28 08:55:00 2008 +0000 +++ b/config/binutils.in Mon Apr 28 08:55:33 2008 +0000 @@ -51,6 +51,16 @@ 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 @@ 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!