config/binutils/binutils.in
changeset 3154 5d3c8b601af3
parent 3150 1d6fd9bde73c
child 3173 16fdf4cf35b5
     1.1 --- a/config/binutils/binutils.in	Wed Dec 26 20:05:19 2012 +0100
     1.2 +++ b/config/binutils/binutils.in	Thu Dec 27 12:42:42 2012 +0100
     1.3 @@ -8,6 +8,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config BINUTILS_V_2_23_1
     1.8 +    bool
     1.9 +    prompt "2.23.1 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config BINUTILS_V_2_22
    1.13      bool
    1.14      prompt "2.22"
    1.15 @@ -62,6 +67,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.23.1" if BINUTILS_V_2_23_1
    1.20      default "2.22" if BINUTILS_V_2_22
    1.21      default "2.21.53" if BINUTILS_V_2_21_53
    1.22      default "2.21.1a" if BINUTILS_V_2_21_1a