config/cc/gcc.in
changeset 1162 31348b787bed
parent 1129 cf598d70f6ea
child 1268 5594b05bc2d8
     1.1 --- a/config/cc/gcc.in	Tue Jan 06 22:10:17 2009 +0000
     1.2 +++ b/config/cc/gcc.in	Tue Jan 27 21:37:03 2009 +0000
     1.3 @@ -106,6 +106,12 @@
     1.4      prompt "4.3.2"
     1.5      select CC_GCC_4_3_or_later
     1.6  
     1.7 +config CC_V_4_3_3
     1.8 +    bool
     1.9 +    prompt "4.3.3 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select CC_GCC_4_3_or_later
    1.12 +
    1.13  # CT_INSERT_VERSION_ABOVE
    1.14  # Don't remove above line!
    1.15  endchoice
    1.16 @@ -131,6 +137,7 @@
    1.17      default "4.3.0" if CC_V_4_3_0
    1.18      default "4.3.1" if CC_V_4_3_1
    1.19      default "4.3.2" if CC_V_4_3_2
    1.20 +    default "4.3.3" if CC_V_4_3_3
    1.21  # CT_INSERT_VERSION_STRING_ABOVE
    1.22  # Don't remove above line!
    1.23