binutils/binutils: add new versions
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Mon Oct 07 00:00:34 2013 +0200 (2013-10-07)
changeset 3240bc4b36e3df0c
parent 3239 93f464702a05
child 3241 9bcbfe402be0
binutils/binutils: add new versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Fri Oct 04 23:14:36 2013 +0200
     1.2 +++ b/config/binutils/binutils.in	Mon Oct 07 00:00:34 2013 +0200
     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_2
     1.8 +    bool
     1.9 +    prompt "2.23.2 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config BINUTILS_V_2_23_1
    1.13      bool
    1.14      prompt "2.23.1 (EXPERIMENTAL)"
    1.15 @@ -68,6 +73,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.23.2" if BINUTILS_V_2_23_2
    1.20      default "2.23.1" if BINUTILS_V_2_23_1
    1.21      default "2.22" if BINUTILS_V_2_22
    1.22      default "2.21.53" if BINUTILS_V_2_21_53