diff -r 8ff20760e93b -r 469e9b4f1264 config/cc/gcc.in --- a/config/cc/gcc.in Fri Nov 08 15:18:09 2013 +0100 +++ b/config/cc/gcc.in Fri Nov 08 15:24:20 2013 +0100 @@ -42,6 +42,11 @@ depends on CC_GCC_SHOW_LINARO select CC_GCC_4_8 +config CC_V_4_8_2 + bool + prompt "4.8.2" + select CC_GCC_4_8 + config CC_V_4_8_1 bool prompt "4.8.1" @@ -445,6 +450,7 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "linaro-4.8-2013.06-1" 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.06-1" if CC_V_linaro_4_7