mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
cc/gcc: update linaro GCC 4.7 & 4.8 to version 2014.01
Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com> Message-Id: <08addb73e684d5e36f22.1391984020@uemo> Patchwork-Id: 318634
This commit is contained in:
parent
2d0f9e757f
commit
c214367d3a
@ -38,7 +38,7 @@ choice
|
||||
|
||||
config CC_V_linaro_4_8
|
||||
bool
|
||||
prompt "linaro-4.8-2013.12"
|
||||
prompt "linaro-4.8-2014.01"
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_8
|
||||
|
||||
@ -59,7 +59,7 @@ config CC_V_4_8_0
|
||||
|
||||
config CC_V_linaro_4_7
|
||||
bool
|
||||
prompt "linaro-4.7-2013.12"
|
||||
prompt "linaro-4.7-2014.01"
|
||||
depends on CC_GCC_SHOW_LINARO
|
||||
select CC_GCC_4_7
|
||||
|
||||
@ -449,11 +449,11 @@ config CC_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "linaro-4.8-2013.12" if CC_V_linaro_4_8
|
||||
default "linaro-4.8-2014.01" if CC_V_linaro_4_8
|
||||
default "4.8.2" if CC_V_4_8_2
|
||||
default "4.8.1" if CC_V_4_8_1
|
||||
default "4.8.0" if CC_V_4_8_0
|
||||
default "linaro-4.7-2013.12" if CC_V_linaro_4_7
|
||||
default "linaro-4.7-2014.01" if CC_V_linaro_4_7
|
||||
default "4.7.3" if CC_V_4_7_3
|
||||
default "4.7.2" if CC_V_4_7_2
|
||||
default "4.7.1" if CC_V_4_7_1
|
||||
|
Loading…
Reference in New Issue
Block a user