diff -r 16fdf4cf35b5 -r bc4b36e3df0c config/binutils/binutils.in --- a/config/binutils/binutils.in Thu Jan 24 22:42:33 2013 +0100 +++ b/config/binutils/binutils.in Mon Oct 07 00:00:34 2013 +0200 @@ -8,6 +8,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config BINUTILS_V_2_23_2 + bool + prompt "2.23.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config BINUTILS_V_2_23_1 bool prompt "2.23.1 (EXPERIMENTAL)" @@ -68,6 +73,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.23.2" if BINUTILS_V_2_23_2 default "2.23.1" if BINUTILS_V_2_23_1 default "2.22" if BINUTILS_V_2_22 default "2.21.53" if BINUTILS_V_2_21_53