cc/gcc: update Linaro GCC revisions to 2012.04
author"Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Apr 16 15:25:36 2012 +0200 (2012-04-16)
changeset 294113e40098fffc
parent 2940 a7a9df2662cc
child 2942 407d9e4c7b0b
cc/gcc: update Linaro GCC revisions to 2012.04

Update Linaro GCC with the latest available revisions.

The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
config/cc/gcc.in
     1.1 --- a/config/cc/gcc.in	Mon Apr 16 14:57:02 2012 +0200
     1.2 +++ b/config/cc/gcc.in	Mon Apr 16 15:25:36 2012 +0200
     1.3 @@ -36,9 +36,9 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 -config CC_V_linaro_4_6_2012_03
     1.8 +config CC_V_linaro_4_6_2012_04
     1.9      bool
    1.10 -    prompt "linaro-4.6-2012.03 (EXPERIMENTAL)"
    1.11 +    prompt "linaro-4.6-2012.04 (EXPERIMENTAL)"
    1.12      depends on CC_GCC_SHOW_LINARO
    1.13      select CC_GCC_4_6
    1.14  
    1.15 @@ -331,7 +331,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 -    default "linaro-4.6-2012.03" if CC_V_linaro_4_6_2012_03
    1.20 +    default "linaro-4.6-2012.04" if CC_V_linaro_4_6_2012_04
    1.21      default "4.6.3" if CC_V_4_6_3
    1.22      default "4.6.2" if CC_V_4_6_2
    1.23      default "4.6.1" if CC_V_4_6_1