mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-18 00:06:04 +00:00
binutils/binutils: fixup version strings
Recently, all binutils versions have been renamed after a GPL compliance issue was found and fixed in binutils; http://sourceware.org/ml/binutils/2011-08/msg00198.html Although legacy symlinks have been put in place, we should now use the new, real version strings. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
01d16b6f26
commit
dc00d94ba3
@ -8,29 +8,29 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config BINUTILS_V_2_20_1
|
||||
config BINUTILS_V_2_20_1a
|
||||
bool
|
||||
prompt "2.20.1"
|
||||
prompt "2.20.1a"
|
||||
select BINUTILS_2_20_or_later
|
||||
|
||||
config BINUTILS_V_2_19_1
|
||||
config BINUTILS_V_2_19_1a
|
||||
bool
|
||||
prompt "2.19.1"
|
||||
prompt "2.19.1a"
|
||||
select BINUTILS_2_19_or_later
|
||||
|
||||
config BINUTILS_V_2_18
|
||||
config BINUTILS_V_2_18a
|
||||
bool
|
||||
prompt "2.18"
|
||||
prompt "2.18a"
|
||||
select BINUTILS_2_18_or_later
|
||||
|
||||
config BINUTILS_V_2_17
|
||||
config BINUTILS_V_2_17a
|
||||
bool
|
||||
prompt "2.17 (OBSOLETE)"
|
||||
prompt "2.17a (OBSOLETE)"
|
||||
depends on OBSOLETE
|
||||
|
||||
config BINUTILS_V_2_16_1
|
||||
config BINUTILS_V_2_16_1a
|
||||
bool
|
||||
prompt "2.16.1 (OBSOLETE)"
|
||||
prompt "2.16.1a (OBSOLETE)"
|
||||
depends on OBSOLETE
|
||||
|
||||
endchoice
|
||||
@ -39,11 +39,11 @@ config BINUTILS_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.20.1" if BINUTILS_V_2_20_1
|
||||
default "2.19.1" if BINUTILS_V_2_19_1
|
||||
default "2.18" if BINUTILS_V_2_18
|
||||
default "2.17" if BINUTILS_V_2_17
|
||||
default "2.16.1" if BINUTILS_V_2_16_1
|
||||
default "2.20.1a" if BINUTILS_V_2_20_1a
|
||||
default "2.19.1a" if BINUTILS_V_2_19_1a
|
||||
default "2.18a" if BINUTILS_V_2_18a
|
||||
default "2.17a" if BINUTILS_V_2_17a
|
||||
default "2.16.1a" if BINUTILS_V_2_16_1a
|
||||
|
||||
config BINUTILS_2_21_or_later
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user