binutils/binutils: add 2.24

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2013-12-31 17:58:54 +01:00
parent 1bf982dd68
commit 746ea1647a

View File

@ -8,6 +8,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config BINUTILS_V_2_24
bool
prompt "2.24"
config BINUTILS_V_2_23_2
bool
prompt "2.23.2 (EXPERIMENTAL)"
@ -74,6 +78,7 @@ config BINUTILS_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.24" if BINUTILS_V_2_24
default "2.23.2" if BINUTILS_V_2_23_2
default "2.23.1" if BINUTILS_V_2_23_1
default "2.22" if BINUTILS_V_2_22
@ -84,6 +89,12 @@ config BINUTILS_VERSION
default "2.18a" if BINUTILS_V_2_18a
default "custom" if BINUTILS_CUSTOM
config BINUTILS_2_24_or_later
bool
select BINUTILS_2_23_or_later
select BINUTILS_HAS_GOLD
select BINUTILS_HAS_PLUGINS
config BINUTILS_2_23_or_later
bool
select BINUTILS_2_22_or_later