diff -r 3c4c45be945a -r 1cbe3cfa5e3d config/cc/gcc.in --- a/config/cc/gcc.in Mon Jun 09 16:39:15 2008 +0000 +++ b/config/cc/gcc.in Mon Jun 09 16:39:49 2008 +0000 @@ -79,6 +79,18 @@ prompt "4.2.3 (EXPERIMENTAL)" depends on EXPERIMENTAL +config CC_V_4_3_0 + bool + prompt "4.3.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_3_or_later + +config CC_V_4_3_1 + bool + prompt "4.3.1 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select CC_GCC_4_3_or_later + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -101,6 +113,8 @@ default "4.2.1" if CC_V_4_2_1 default "4.2.2" if CC_V_4_2_2 default "4.2.3" if CC_V_4_2_3 + default "4.3.0" if CC_V_4_3_0 + default "4.3.1" if CC_V_4_3_1 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line!