diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-02-15 15:56:25 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-02-15 15:56:25 +0100 |
commit | 74e3c9793e3ccfa7d49721b67ff7de87e1bcee33 (patch) | |
tree | 42581d2b977d2cf992c5ba6c87913f3cbbb0ab96 | |
parent | 035fb442ea2bf193aa7fdf71d5457ee06edcecac (diff) | |
download | crosstool-ng-74e3c9793e3ccfa7d49721b67ff7de87e1bcee33.tar.gz crosstool-ng-74e3c9793e3ccfa7d49721b67ff7de87e1bcee33.tar.bz2 crosstool-ng-74e3c9793e3ccfa7d49721b67ff7de87e1bcee33.zip |
cc/gcc: update Linaro GCC revisions to 2013.02
Update Linaro GCC with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <b738c9546f6752842e2d.1360940239@advdt005-ubuntu>
Patchwork-Id: 220755
-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 9b33ece0..77738938 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.01" + prompt "linaro-4.7-2013.02" 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.01" + prompt "linaro-4.6-2013.02" 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.01" if CC_V_linaro_4_7 + default "linaro-4.7-2013.02" 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.01" if CC_V_linaro_4_6 + default "linaro-4.6-2013.02" 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 |