# HG changeset patch # User "Yann E. MORIN" # Date 1213029589 0 # Node ID 1cbe3cfa5e3da0de3f9d1845429bd07cf9e53402 # Parent 3c4c45be945a0933e9e4203df25071b316690c02 Add menu entries for gcc-4.3.{0,1} as EXPERIMENTAL features. /trunk/config/cc/gcc.in | 14 14 0 0 ++++++++++++++ 1 file changed, 14 insertions(+) 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!