mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-06 19:09:14 +00:00
cc/gcc: update Linaro GCC revisions to 2013.02
Update Linaro GCC with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <b738c9546f6752842e2d.1360940239@advdt005-ubuntu> Patchwork-Id: 220755
This commit is contained in:
parent
035fb442ea
commit
74e3c9793e
@ -38,7 +38,7 @@ choice
|
|||||||
|
|
||||||
config CC_V_linaro_4_7
|
config CC_V_linaro_4_7
|
||||||
bool
|
bool
|
||||||
prompt "linaro-4.7-2013.01"
|
prompt "linaro-4.7-2013.02"
|
||||||
depends on CC_GCC_SHOW_LINARO
|
depends on CC_GCC_SHOW_LINARO
|
||||||
select CC_GCC_4_7
|
select CC_GCC_4_7
|
||||||
|
|
||||||
@ -59,7 +59,7 @@ config CC_V_4_7_0
|
|||||||
|
|
||||||
config CC_V_linaro_4_6
|
config CC_V_linaro_4_6
|
||||||
bool
|
bool
|
||||||
prompt "linaro-4.6-2013.01"
|
prompt "linaro-4.6-2013.02"
|
||||||
depends on CC_GCC_SHOW_LINARO
|
depends on CC_GCC_SHOW_LINARO
|
||||||
select CC_GCC_4_6
|
select CC_GCC_4_6
|
||||||
|
|
||||||
@ -381,11 +381,11 @@ config CC_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
default "linaro-4.7-2013.01" if CC_V_linaro_4_7
|
default "linaro-4.7-2013.02" if CC_V_linaro_4_7
|
||||||
default "4.7.2" if CC_V_4_7_2
|
default "4.7.2" if CC_V_4_7_2
|
||||||
default "4.7.1" if CC_V_4_7_1
|
default "4.7.1" if CC_V_4_7_1
|
||||||
default "4.7.0" if CC_V_4_7_0
|
default "4.7.0" if CC_V_4_7_0
|
||||||
default "linaro-4.6-2013.01" if CC_V_linaro_4_6
|
default "linaro-4.6-2013.02" if CC_V_linaro_4_6
|
||||||
default "4.6.3" if CC_V_4_6_3
|
default "4.6.3" if CC_V_4_6_3
|
||||||
default "4.6.2" if CC_V_4_6_2
|
default "4.6.2" if CC_V_4_6_2
|
||||||
default "4.6.1" if CC_V_4_6_1
|
default "4.6.1" if CC_V_4_6_1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user