diff -r d341be24dc68 -r 838fb48dcd00 config/cc/gcc.in --- a/config/cc/gcc.in Sun May 16 19:41:53 2010 +0200 +++ b/config/cc/gcc.in Tue May 18 22:58:49 2010 +0200 @@ -25,12 +25,6 @@ depends on EXPERIMENTAL select CC_GCC_4_5_or_later -config CC_V_4_4_4 - bool - prompt "4.4.4 (EXPERIMENTAL)" - depends on EXPERIMENTAL - select CC_GCC_4_4_or_later - config CC_V_4_4_3 bool prompt "4.4.3" @@ -164,7 +158,6 @@ # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "4.5.0" if CC_V_4_5_0 - 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 default "4.4.1" if CC_V_4_4_1