config/binutils.in
changeset 945 d0e5f04d2e06
parent 866 5fec4dba671e
child 1069 335ee9d69b80
     1.1 --- a/config/binutils.in	Mon Sep 22 12:09:19 2008 +0000
     1.2 +++ b/config/binutils.in	Sat Oct 18 18:37:28 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