config/cc/gcc.in
changeset 1761 88020b2c3246
parent 1615 50b25816f5bb
child 1778 9d1c1b6af205
     1.1 --- a/config/cc/gcc.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/cc/gcc.in	Tue Jan 12 19:24:03 2010 +0100
     1.3 @@ -19,6 +19,13 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config CC_V_4_4_3
     1.8 +    bool
     1.9 +    prompt "4.4.3 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select CC_GCC_4_3_or_later
    1.12 +    select CC_GCC_4_4_or_later
    1.13 +
    1.14  config CC_V_4_4_2
    1.15      bool
    1.16      prompt "4.4.2 (EXPERIMENTAL)"
    1.17 @@ -120,6 +127,7 @@
    1.18      string
    1.19  # Don't remove next line
    1.20  # CT_INSERT_VERSION_STRING_BELOW
    1.21 +    default "4.4.3" if CC_V_4_4_3
    1.22      default "4.4.2" if CC_V_4_4_2
    1.23      default "4.4.1" if CC_V_4_4_1
    1.24      default "4.4.0" if CC_V_4_4_0