diff -r d4c9c0071bbb -r 95e0c248d257 config/cc/gcc.in --- a/config/cc/gcc.in Sat Mar 26 22:04:22 2011 +0100 +++ b/config/cc/gcc.in Sat Apr 16 22:01:35 2011 +0200 @@ -80,6 +80,11 @@ depends on CC_GCC_SHOW_LINARO select CC_GCC_4_4 +config CC_V_4_4_6 + bool + prompt "4.4.6" + select CC_GCC_4_4_or_later + config CC_V_4_4_5 bool prompt "4.4.5" @@ -297,6 +302,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.4.6" if CC_V_4_4_6 default "linaro-4.6-2011.03-0" if CC_V_linaro_4_6_2011_03_0 default "4.6.0" if CC_V_4_6_0 default "linaro-4.5-2011.03-0" if CC_V_linaro_4_5_2011_03_0