Skip to content

Commit

Permalink
Bump Linaro GCC6 to 6.3-2017-02
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Feb 19, 2017
1 parent eb8c902 commit 69eba93
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/cc/gcc.in
Expand Up @@ -72,15 +72,15 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config CC_GCC_V_6_3_0
config CC_GCC_V_linaro_6_3
bool
prompt "6.3.0"
prompt "linaro-6.3-2017.02"
depends on CC_GCC_SHOW_LINARO
select CC_GCC_6

config CC_GCC_V_linaro_6_2
config CC_GCC_V_6_3_0
bool
prompt "linaro-6.2-2016.11"
depends on CC_GCC_SHOW_LINARO
prompt "6.3.0"
select CC_GCC_6

config CC_GCC_V_5_4_0
Expand Down Expand Up @@ -299,8 +299,8 @@ config CC_GCC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "linaro-6.3-2017.02" if CC_GCC_V_linaro_6_3
default "6.3.0" if CC_GCC_V_6_3_0
default "linaro-6.2-2016.11" if CC_GCC_V_linaro_6_2
default "5.4.0" if CC_GCC_V_5_4_0
default "linaro-5.3-2016.05" if CC_GCC_V_linaro_5_3
default "linaro-4.9-2016.02" if CC_GCC_V_linaro_4_9
Expand Down

0 comments on commit 69eba93

Please sign in to comment.