diff -r 53917beac93d -r 335ee9d69b80 config/binutils.in --- a/config/binutils.in Mon Oct 13 11:06:37 2008 +0000 +++ b/config/binutils.in Sun Nov 23 16:34:49 2008 +0000 @@ -76,6 +76,10 @@ prompt "2.18.93 (EXPERIMENTAL)" depends on EXPERIMENTAL +config BINUTILS_V_2_19 + bool + prompt "2.19" + config BINUTILS_V_2_19_50_0_1 bool prompt "2.19.50.0.1 (EXPERIMENTAL)" @@ -101,6 +105,7 @@ default "2.18.91" if BINUTILS_V_2_18_91 default "2.18.92" if BINUTILS_V_2_18_92 default "2.18.93" if BINUTILS_V_2_18_93 + default "2.19" if BINUTILS_V_2_19 default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!