binutils/binutils: add new versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2013-10-07 00:00:34 +02:00
parent 2f59557376
commit afa67897c9

View File

@ -8,6 +8,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
config BINUTILS_V_2_23_2
bool
prompt "2.23.2 (EXPERIMENTAL)"
depends on EXPERIMENTAL
config BINUTILS_V_2_23_1
bool
prompt "2.23.1 (EXPERIMENTAL)"
@ -68,6 +73,7 @@ config BINUTILS_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
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
default "2.21.53" if BINUTILS_V_2_21_53