diff options
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index e9641b7c..5feb0120 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -79,7 +79,7 @@ config CC_GCC_V_5_3_0 config CC_GCC_V_linaro_5_2 bool - prompt "linaro-5.2-2015.11" + prompt "linaro-5.2-2015.11-2" depends on CC_GCC_SHOW_LINARO select CC_GCC_5 @@ -267,7 +267,7 @@ config CC_GCC_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "5.3.0" if CC_GCC_V_5_3_0 - default "linaro-5.2-2015.11" 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 "4.9.3" if CC_GCC_V_4_9_3 default "linaro-4.8-2015.06" if CC_GCC_V_linaro_4_8 |