# HG changeset patch # User "Yann E. MORIN" # Date 1236274685 0 # Node ID cc07c1ef372d841f8edafb7bccd46d2e15e3be54 # Parent 564eeaebde7b3165fb01d7dc24da0b7ea12a7ca6 Add latest stable binutils-2.19.1 /trunk/config/binutils.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+) diff -r 564eeaebde7b -r cc07c1ef372d config/binutils.in --- a/config/binutils.in Thu Mar 05 17:36:40 2009 +0000 +++ b/config/binutils.in Thu Mar 05 17:38:05 2009 +0000 @@ -80,6 +80,10 @@ bool prompt "2.19" +config BINUTILS_V_2_19_1 + bool + prompt "2.19.1" + config BINUTILS_V_2_19_50_0_1 bool prompt "2.19.50.0.1 (EXPERIMENTAL)" @@ -116,6 +120,7 @@ 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.1" if BINUTILS_V_2_19_1 default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1 default "2.19.51.0.1" if BINUTILS_V_2_19_51_0_1 default "2.19.51.0.2" if BINUTILS_V_2_19_51_0_2