config/cc/gcc.in
changeset 3210 285b83c60e29
parent 3201 e11e90536005
child 3213 54b4f454244b
     1.1 --- a/config/cc/gcc.in	Thu Apr 11 15:12:10 2013 +0200
     1.2 +++ b/config/cc/gcc.in	Fri May 03 15:36:11 2013 +0000
     1.3 @@ -42,6 +42,11 @@
     1.4      depends on CC_GCC_SHOW_LINARO
     1.5      select CC_GCC_4_7
     1.6  
     1.7 +config CC_V_4_7_3
     1.8 +    bool
     1.9 +    prompt "4.7.3"
    1.10 +    select CC_GCC_4_7
    1.11 +
    1.12  config CC_V_4_7_2
    1.13      bool
    1.14      prompt "4.7.2"
    1.15 @@ -63,6 +68,11 @@
    1.16      depends on CC_GCC_SHOW_LINARO
    1.17      select CC_GCC_4_6
    1.18  
    1.19 +config CC_V_4_6_4
    1.20 +    bool
    1.21 +    prompt "4.6.4"
    1.22 +    select CC_GCC_4_6
    1.23 +
    1.24  config CC_V_4_6_3
    1.25      bool
    1.26      prompt "4.6.3"
    1.27 @@ -381,6 +391,8 @@
    1.28      string
    1.29  # Don't remove next line
    1.30  # CT_INSERT_VERSION_STRING_BELOW
    1.31 +    default "4.7.3" if CC_V_4_7_3
    1.32 +    default "4.6.4" if CC_V_4_6_4
    1.33      default "linaro-4.7-2013.04" if CC_V_linaro_4_7
    1.34      default "4.7.2" if CC_V_4_7_2
    1.35      default "4.7.1" if CC_V_4_7_1