diff -r 469830f72fe7 -r 98b7806295cc config/cc/gcc.in --- a/config/cc/gcc.in Sun Oct 03 23:11:27 2010 +0200 +++ b/config/cc/gcc.in Sat Oct 09 23:28:39 2010 +0200 @@ -31,10 +31,14 @@ depends on EXPERIMENTAL select CC_GCC_4_5_or_later +config CC_V_4_4_5 + bool + prompt "4.4.5" + select CC_GCC_4_4_or_later + config CC_V_4_4_4 bool - prompt "4.4.4 (EXPERIMENTAL)" - depends on EXPERIMENTAL + prompt "4.4.4" select CC_GCC_4_4_or_later config CC_V_4_4_3 @@ -186,6 +190,7 @@ # CT_INSERT_VERSION_STRING_BELOW default "4.5.1" if CC_V_4_5_1 default "4.5.0" if CC_V_4_5_0 + default "4.4.5" if CC_V_4_4_5 default "4.4.4" if CC_V_4_4_4 default "4.4.3" if CC_V_4_4_3 default "4.4.2" if CC_V_4_4_2