config/cc/gcc.in
changeset 2406 95e0c248d257
parent 2367 d4c9c0071bbb
child 2415 ae9899116f19
     1.1 --- a/config/cc/gcc.in	Sat Mar 26 22:04:22 2011 +0100
     1.2 +++ b/config/cc/gcc.in	Sat Apr 16 22:01:35 2011 +0200
     1.3 @@ -80,6 +80,11 @@
     1.4      depends on CC_GCC_SHOW_LINARO
     1.5      select CC_GCC_4_4
     1.6  
     1.7 +config CC_V_4_4_6
     1.8 +    bool
     1.9 +    prompt "4.4.6"
    1.10 +    select CC_GCC_4_4_or_later
    1.11 +
    1.12  config CC_V_4_4_5
    1.13      bool
    1.14      prompt "4.4.5"
    1.15 @@ -297,6 +302,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "4.4.6" if CC_V_4_4_6
    1.20      default "linaro-4.6-2011.03-0" if CC_V_linaro_4_6_2011_03_0
    1.21      default "4.6.0" if CC_V_4_6_0
    1.22      default "linaro-4.5-2011.03-0" if CC_V_linaro_4_5_2011_03_0