Skip to content

Commit

Permalink
Merge pull request #106 from bhundven/fix_gcc_5_1_knob
Browse files Browse the repository at this point in the history
config/gcc: Fix gcc 5.1.0 version knob
  • Loading branch information
bhundven committed Jun 2, 2015
2 parents 935ee41 + 98a33a6 commit 2f135c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/cc/gcc.in
Expand Up @@ -37,7 +37,7 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config CC_GCC_V_5_1
config CC_GCC_V_5_1_0
bool
prompt "5.1.0"
select CC_GCC_5_1
Expand Down Expand Up @@ -182,7 +182,6 @@ config CC_GCC_V_4_5_0
prompt "4.5.0"
select CC_GCC_4_5


config CC_GCC_V_linaro_4_4
bool
prompt "linaro-4.4-2011.02-0"
Expand Down Expand Up @@ -532,7 +531,7 @@ config CC_GCC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "5.1.0" if CC_GCC_V_5_1
default "5.1.0" if CC_GCC_V_5_1_0
default "linaro-4.9-2015.03" if CC_GCC_V_linaro_4_9
default "4.9.2" if CC_GCC_V_4_9_2
default "4.9.1" if CC_GCC_V_4_9_1
Expand Down

0 comments on commit 2f135c9

Please sign in to comment.