# HG changeset patch # User "Yann E. MORIN" # Date 1381096834 -7200 # Node ID bc4b36e3df0cd4d485430f06bf88ab4d70b8557c # Parent 93f464702a059730374d1d4fca27a7fdf938e616 binutils/binutils: add new versions Signed-off-by: "Yann E. MORIN" diff -r 93f464702a05 -r bc4b36e3df0c config/binutils/binutils.in --- a/config/binutils/binutils.in Fri Oct 04 23:14:36 2013 +0200 +++ 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