config/cc/gcc.in
branch1.7
changeset 1949 838fb48dcd00
parent 1948 d341be24dc68
     1.1 --- a/config/cc/gcc.in	Sun May 16 19:41:53 2010 +0200
     1.2 +++ b/config/cc/gcc.in	Tue May 18 22:58:49 2010 +0200
     1.3 @@ -25,12 +25,6 @@
     1.4      depends on EXPERIMENTAL
     1.5      select CC_GCC_4_5_or_later
     1.6  
     1.7 -config CC_V_4_4_4
     1.8 -    bool
     1.9 -    prompt "4.4.4 (EXPERIMENTAL)"
    1.10 -    depends on EXPERIMENTAL
    1.11 -    select CC_GCC_4_4_or_later
    1.12 -
    1.13  config CC_V_4_4_3
    1.14      bool
    1.15      prompt "4.4.3"
    1.16 @@ -164,7 +158,6 @@
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19      default "4.5.0" if CC_V_4_5_0
    1.20 -    default "4.4.4" if CC_V_4_4_4
    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