cc/gcc: update linaro GCC 4.7 & 4.8 to version 2014.01
authordanielrubiob@gmail.com
Sun Feb 09 22:21:15 2014 +0100 (2014-02-09)
changeset 32821e26cdc4c228
parent 3281 529a71ea091e
child 3283 d317f3a211d3
cc/gcc: update linaro GCC 4.7 & 4.8 to version 2014.01

Signed-off-by: Daniel Rubio Bonilla <danielrubiob@gmail.com>
Message-Id: <08addb73e684d5e36f22.1391984020@uemo>
Patchwork-Id: 318634
config/cc/gcc.in
     1.1 --- a/config/cc/gcc.in	Thu Jan 16 14:55:23 2014 -0800
     1.2 +++ b/config/cc/gcc.in	Sun Feb 09 22:21:15 2014 +0100
     1.3 @@ -38,7 +38,7 @@
     1.4  
     1.5  config CC_V_linaro_4_8
     1.6      bool
     1.7 -    prompt "linaro-4.8-2013.12"
     1.8 +    prompt "linaro-4.8-2014.01"
     1.9      depends on CC_GCC_SHOW_LINARO
    1.10      select CC_GCC_4_8
    1.11  
    1.12 @@ -59,7 +59,7 @@
    1.13  
    1.14  config CC_V_linaro_4_7
    1.15      bool
    1.16 -    prompt "linaro-4.7-2013.12"
    1.17 +    prompt "linaro-4.7-2014.01"
    1.18      depends on CC_GCC_SHOW_LINARO
    1.19      select CC_GCC_4_7
    1.20  
    1.21 @@ -449,11 +449,11 @@
    1.22      string
    1.23  # Don't remove next line
    1.24  # CT_INSERT_VERSION_STRING_BELOW
    1.25 -    default "linaro-4.8-2013.12" if CC_V_linaro_4_8
    1.26 +    default "linaro-4.8-2014.01" if CC_V_linaro_4_8
    1.27      default "4.8.2" if CC_V_4_8_2
    1.28      default "4.8.1" if CC_V_4_8_1
    1.29      default "4.8.0" if CC_V_4_8_0
    1.30 -    default "linaro-4.7-2013.12" if CC_V_linaro_4_7
    1.31 +    default "linaro-4.7-2014.01" if CC_V_linaro_4_7
    1.32      default "4.7.3" if CC_V_4_7_3
    1.33      default "4.7.2" if CC_V_4_7_2
    1.34      default "4.7.1" if CC_V_4_7_1