diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 791bf47f..7ad26135 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -42,6 +42,12 @@ config CC_V_linaro_4_6_2012_02 depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 +config CC_V_4_6_3 + bool + prompt "4.6.3 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_6 + config CC_V_4_6_2 bool prompt "4.6.2 (EXPERIMENTAL)" @@ -326,6 +332,7 @@ config CC_VERSION # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "linaro-4.6-2012.02" if CC_V_linaro_4_6_2012_02 + default "4.6.3" if CC_V_4_6_3 default "4.6.2" if CC_V_4_6_2 default "4.6.1" if CC_V_4_6_1 default "4.6.0" if CC_V_4_6_0