diff -r 35b30f8fb307 -r 7c4675d57741 config/cc/gcc.in --- a/config/cc/gcc.in Thu Aug 06 18:17:01 2009 +0200 +++ b/config/cc/gcc.in Fri Aug 07 18:21:29 2009 +0200 @@ -111,6 +111,11 @@ prompt "4.3.3" select CC_GCC_4_3_or_later +config CC_V_4_3_4 + bool + prompt "4.3.4" + select CC_GCC_4_3_or_later + config CC_V_4_4_0 bool prompt "4.4.0 (EXPERIMENTAL)" @@ -125,11 +130,6 @@ select CC_GCC_4_3_or_later select CC_GCC_4_4_or_later -config CC_V_4_3_4 - bool - prompt "4.3.4" - select CC_GCC_4_3_or_later - # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -166,9 +166,9 @@ default "4.3.1" if CC_V_4_3_1 default "4.3.2" if CC_V_4_3_2 default "4.3.3" if CC_V_4_3_3 + default "4.3.4" if CC_V_4_3_4 default "4.4.0" if CC_V_4_4_0 default "4.4.1" if CC_V_4_4_1 - default "4.3.4" if CC_V_4_3_4 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!