diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-04-11 15:12:10 +0200 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-04-11 15:12:10 +0200 |
commit | e8023f01d0dbc91bc8070b49b2daf8fccb4d3e5a (patch) | |
tree | eb93fdf8a7fc2e42e776ebc3969fe6b39882d3c7 | |
parent | 355e585232c29e3d637393a7145d40fdb962cb57 (diff) | |
download | crosstool-ng-e8023f01d0dbc91bc8070b49b2daf8fccb4d3e5a.tar.gz crosstool-ng-e8023f01d0dbc91bc8070b49b2daf8fccb4d3e5a.tar.bz2 crosstool-ng-e8023f01d0dbc91bc8070b49b2daf8fccb4d3e5a.zip |
cc/gcc: update Linaro GCC revisions to 2013.04
Update Linaro GCC with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <ac1b52916838e470ff4d.1365686289@advdt005-ubuntu>
Patchwork-Id: 235740
-rw-r--r-- | config/cc/gcc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index b333c0dd..ba535d13 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -38,7 +38,7 @@ choice config CC_V_linaro_4_7 bool - prompt "linaro-4.7-2013.03" + prompt "linaro-4.7-2013.04" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_7 @@ -59,7 +59,7 @@ config CC_V_4_7_0 config CC_V_linaro_4_6 bool - prompt "linaro-4.6-2013.03" + prompt "linaro-4.6-2013.04" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_6 @@ -381,11 +381,11 @@ config CC_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "linaro-4.7-2013.03" if CC_V_linaro_4_7 + default "linaro-4.7-2013.04" if CC_V_linaro_4_7 default "4.7.2" if CC_V_4_7_2 default "4.7.1" if CC_V_4_7_1 default "4.7.0" if CC_V_4_7_0 - default "linaro-4.6-2013.03" if CC_V_linaro_4_6 + default "linaro-4.6-2013.04" if CC_V_linaro_4_6 default "4.6.3" if CC_V_4_6_3 default "4.6.2" if CC_V_4_6_2 default "4.6.1" if CC_V_4_6_1 |