Add latest binutils versions.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Oct 13 11:06:37 2008 +0000 (2008-10-13)
changeset 92153917beac93d
parent 920 44dd635202a4
child 922 3f0456891349
Add latest binutils versions.

/trunk/config/binutils.in | 30 30 0 0 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
config/binutils.in
     1.1 --- a/config/binutils.in	Sun Oct 12 11:22:46 2008 +0000
     1.2 +++ b/config/binutils.in	Mon Oct 13 11:06:37 2008 +0000
     1.3 @@ -56,6 +56,31 @@
     1.4      prompt "2.18.50.0.9 (EXPERIMENTAL)"
     1.5      depends on EXPERIMENTAL
     1.6  
     1.7 +config BINUTILS_V_2_18_90
     1.8 +    bool
     1.9 +    prompt "2.18.90 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12 +config BINUTILS_V_2_18_91
    1.13 +    bool
    1.14 +    prompt "2.18.91 (EXPERIMENTAL)"
    1.15 +    depends on EXPERIMENTAL
    1.16 +
    1.17 +config BINUTILS_V_2_18_92
    1.18 +    bool
    1.19 +    prompt "2.18.92 (EXPERIMENTAL)"
    1.20 +    depends on EXPERIMENTAL
    1.21 +
    1.22 +config BINUTILS_V_2_18_93
    1.23 +    bool
    1.24 +    prompt "2.18.93 (EXPERIMENTAL)"
    1.25 +    depends on EXPERIMENTAL
    1.26 +
    1.27 +config BINUTILS_V_2_19_50_0_1
    1.28 +    bool
    1.29 +    prompt "2.19.50.0.1 (EXPERIMENTAL)"
    1.30 +    depends on EXPERIMENTAL
    1.31 +
    1.32  # CT_INSERT_VERSION_ABOVE
    1.33  # Don't remove above line!
    1.34  endchoice
    1.35 @@ -72,6 +97,11 @@
    1.36      default "2.18.50.0.7" if BINUTILS_V_2_18_50_0_7
    1.37      default "2.18.50.0.8" if BINUTILS_V_2_18_50_0_8
    1.38      default "2.18.50.0.9" if BINUTILS_V_2_18_50_0_9
    1.39 +    default "2.18.90" if BINUTILS_V_2_18_90
    1.40 +    default "2.18.91" if BINUTILS_V_2_18_91
    1.41 +    default "2.18.92" if BINUTILS_V_2_18_92
    1.42 +    default "2.18.93" if BINUTILS_V_2_18_93
    1.43 +    default "2.19.50.0.1" if BINUTILS_V_2_19_50_0_1
    1.44  # CT_INSERT_VERSION_STRING_ABOVE
    1.45  # Don't remove above line!
    1.46