config/cc/gcc.in
changeset 2149 98b7806295cc
parent 2131 469830f72fe7
child 2233 e65b82c6aa2c
     1.1 --- a/config/cc/gcc.in	Sun Oct 03 23:11:27 2010 +0200
     1.2 +++ b/config/cc/gcc.in	Sat Oct 09 23:28:39 2010 +0200
     1.3 @@ -31,10 +31,14 @@
     1.4      depends on EXPERIMENTAL
     1.5      select CC_GCC_4_5_or_later
     1.6  
     1.7 +config CC_V_4_4_5
     1.8 +    bool
     1.9 +    prompt "4.4.5"
    1.10 +    select CC_GCC_4_4_or_later
    1.11 +
    1.12  config CC_V_4_4_4
    1.13      bool
    1.14 -    prompt "4.4.4 (EXPERIMENTAL)"
    1.15 -    depends on EXPERIMENTAL
    1.16 +    prompt "4.4.4"
    1.17      select CC_GCC_4_4_or_later
    1.18  
    1.19  config CC_V_4_4_3
    1.20 @@ -186,6 +190,7 @@
    1.21  # CT_INSERT_VERSION_STRING_BELOW
    1.22      default "4.5.1" if CC_V_4_5_1
    1.23      default "4.5.0" if CC_V_4_5_0
    1.24 +    default "4.4.5" if CC_V_4_4_5
    1.25      default "4.4.4" if CC_V_4_4_4
    1.26      default "4.4.3" if CC_V_4_4_3
    1.27      default "4.4.2" if CC_V_4_4_2