config/binutils.in
changeset 1069 335ee9d69b80
parent 921 53917beac93d
child 1196 da00c12d9ac8
     1.1 --- a/config/binutils.in	Mon Oct 13 11:06:37 2008 +0000
     1.2 +++ b/config/binutils.in	Sun Nov 23 16:34:49 2008 +0000
     1.3 @@ -76,6 +76,10 @@
     1.4      prompt "2.18.93 (EXPERIMENTAL)"
     1.5      depends on EXPERIMENTAL
     1.6  
     1.7 +config BINUTILS_V_2_19
     1.8 +    bool
     1.9 +    prompt "2.19"
    1.10 +
    1.11  config BINUTILS_V_2_19_50_0_1
    1.12      bool
    1.13      prompt "2.19.50.0.1 (EXPERIMENTAL)"
    1.14 @@ -101,6 +105,7 @@
    1.15      default "2.18.91" if BINUTILS_V_2_18_91
    1.16      default "2.18.92" if BINUTILS_V_2_18_92
    1.17      default "2.18.93" if BINUTILS_V_2_18_93
    1.18 +    default "2.19" if BINUTILS_V_2_19
    1.19      default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
    1.20  # CT_INSERT_VERSION_STRING_ABOVE
    1.21  # Don't remove above line!