binutils/binutils: add latest version
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Dec 27 12:42:42 2012 +0100 (2012-12-27)
changeset 31545d3c8b601af3
parent 3153 f6740f9e42de
child 3155 d988235eab7b
binutils/binutils: add latest version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Thu Dec 27 12:53:32 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