config/cc/gcc.in
changeset 2233 e65b82c6aa2c
parent 2149 98b7806295cc
child 2287 61608c9365ab
     1.1 --- a/config/cc/gcc.in	Sat Oct 09 23:28:39 2010 +0200
     1.2 +++ b/config/cc/gcc.in	Wed Dec 29 02:00:21 2010 +0100
     1.3 @@ -19,6 +19,12 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config CC_V_4_5_2
     1.8 +    bool
     1.9 +    prompt "4.5.2 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    select CC_GCC_4_5_or_later
    1.12 +
    1.13  config CC_V_4_5_1
    1.14      bool
    1.15      prompt "4.5.1 (EXPERIMENTAL)"
    1.16 @@ -188,6 +194,7 @@
    1.17      string
    1.18  # Don't remove next line
    1.19  # CT_INSERT_VERSION_STRING_BELOW
    1.20 +    default "4.5.2" if CC_V_4_5_2
    1.21      default "4.5.1" if CC_V_4_5_1
    1.22      default "4.5.0" if CC_V_4_5_0
    1.23      default "4.4.5" if CC_V_4_4_5