binutils/binutils: add 2.24
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Tue Dec 31 17:58:54 2013 +0100 (2013-12-31)
changeset 326316f46c7ed41b
parent 3262 87ad9e82546d
child 3264 38113b831a2f
binutils/binutils: add 2.24

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/binutils/binutils.in
     1.1 --- a/config/binutils/binutils.in	Mon Dec 30 23:28:18 2013 +0100
     1.2 +++ b/config/binutils/binutils.in	Tue Dec 31 17:58:54 2013 +0100
     1.3 @@ -8,6 +8,10 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config BINUTILS_V_2_24
     1.8 +    bool
     1.9 +    prompt "2.24"
    1.10 +
    1.11  config BINUTILS_V_2_23_2
    1.12      bool
    1.13      prompt "2.23.2 (EXPERIMENTAL)"
    1.14 @@ -74,6 +78,7 @@
    1.15      string
    1.16  # Don't remove next line
    1.17  # CT_INSERT_VERSION_STRING_BELOW
    1.18 +    default "2.24" if BINUTILS_V_2_24
    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 @@ -84,6 +89,12 @@
    1.23      default "2.18a" if BINUTILS_V_2_18a
    1.24      default "custom" if BINUTILS_CUSTOM
    1.25  
    1.26 +config BINUTILS_2_24_or_later
    1.27 +    bool
    1.28 +    select BINUTILS_2_23_or_later
    1.29 +    select BINUTILS_HAS_GOLD
    1.30 +    select BINUTILS_HAS_PLUGINS
    1.31 +
    1.32  config BINUTILS_2_23_or_later
    1.33      bool
    1.34      select BINUTILS_2_22_or_later