config/cc/gcc.in
changeset 1611 e2516bba8fe5
parent 1603 e0ef539e23d9
child 1615 50b25816f5bb
     1.1 --- a/config/cc/gcc.in	Wed Oct 28 18:55:40 2009 +0100
     1.2 +++ b/config/cc/gcc.in	Tue Oct 20 23:41:11 2009 +0200
     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_2
     1.8 +    bool
     1.9 +    prompt "4.4.2 (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_1
    1.15      bool
    1.16      prompt "4.4.1 (EXPERIMENTAL)"
    1.17 @@ -108,6 +115,7 @@
    1.18      string
    1.19  # Don't remove next line
    1.20  # CT_INSERT_VERSION_STRING_BELOW
    1.21 +    default "4.4.2" if CC_V_4_4_2
    1.22      default "4.4.1" if CC_V_4_4_1
    1.23      default "4.4.0" if CC_V_4_4_0
    1.24      default "4.3.4" if CC_V_4_3_4