diff -r eb837be50f8f -r 5dd0b83ae528 config/cc/gcc.in --- a/config/cc/gcc.in Sun Sep 12 20:54:54 2010 +0200 +++ b/config/cc/gcc.in Sun Sep 19 18:37:18 2010 +0200 @@ -57,6 +57,11 @@ prompt "4.4.0" select CC_GCC_4_4_or_later +config CC_V_4_3_5 + bool + prompt "4.3.5" + select CC_GCC_4_3_or_later + config CC_V_4_3_4 bool prompt "4.3.4" @@ -186,6 +191,7 @@ 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.5" if CC_V_4_3_5 default "4.3.4" if CC_V_4_3_4 default "4.3.3" if CC_V_4_3_3 default "4.3.2" if CC_V_4_3_2