gcc: Updated gcc from 6.1.0 to 6.2.0

Signed-off-by: Yogesh Sharma <ysharm01@harris.com>
This commit is contained in:
Yogesh Sharma 2016-10-31 14:29:00 -04:00
parent df5a341e59
commit 0bf97beb30
9 changed files with 3 additions and 3 deletions

View File

@ -71,9 +71,9 @@ choice
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_BELOW # CT_INSERT_VERSION_BELOW
config CC_GCC_V_6_1_0 config CC_GCC_V_6_2_0
bool bool
prompt "6.1.0" prompt "6.2.0"
select CC_GCC_6 select CC_GCC_6
config CC_GCC_V_5_4_0 config CC_GCC_V_5_4_0
@ -287,7 +287,7 @@ config CC_GCC_VERSION
string string
# Don't remove next line # Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW # CT_INSERT_VERSION_STRING_BELOW
default "6.1.0" if CC_GCC_V_6_1_0 default "6.2.0" if CC_GCC_V_6_2_0
default "5.4.0" if CC_GCC_V_5_4_0 default "5.4.0" if CC_GCC_V_5_4_0
default "linaro-5.2-2015.11-2" if CC_GCC_V_linaro_5_2 default "linaro-5.2-2015.11-2" if CC_GCC_V_linaro_5_2
default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9 default "linaro-4.9-2015.06" if CC_GCC_V_linaro_4_9