diff -r f3c43673b29b -r 58e56ab91bd0 config/binutils.in --- a/config/binutils.in Fri Jul 13 14:26:45 2007 +0000 +++ b/config/binutils.in Sun Aug 12 08:05:57 2007 +0000 @@ -146,6 +146,11 @@ 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 @@ 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!