diff -r bd6b74d0f4ab -r 134ac2c35c49 config/binutils.in --- a/config/binutils.in Tue May 22 20:42:21 2007 +0000 +++ b/config/binutils.in Fri Jul 13 12:22:34 2007 +0000 @@ -125,6 +125,10 @@ bool prompt "2.17.50.0.16" +config BINUTILS_V_2_17_50_0_17 + bool + prompt "2.17.50.0.17" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -158,6 +162,7 @@ default "2.17.50.0.14" if BINUTILS_V_2_17_50_0_14 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 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!