diff -r e0ef539e23d9 -r e2516bba8fe5 config/cc/gcc.in --- a/config/cc/gcc.in Wed Oct 28 18:55:40 2009 +0100 +++ b/config/cc/gcc.in Tue Oct 20 23:41:11 2009 +0200 @@ -19,6 +19,13 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config CC_V_4_4_2 + bool + prompt "4.4.2 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_3_or_later + select CC_GCC_4_4_or_later + config CC_V_4_4_1 bool prompt "4.4.1 (EXPERIMENTAL)" @@ -108,6 +115,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.4.2" if CC_V_4_4_2 default "4.4.1" if CC_V_4_4_1 default "4.4.0" if CC_V_4_4_0 default "4.3.4" if CC_V_4_3_4