diff options
author | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-03-14 21:52:31 +0100 |
---|---|---|
committer | Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> | 2013-03-14 21:52:31 +0100 |
commit | 76cc258d65647d0c046c3dac56d9fffcee229aaa (patch) | |
tree | df54c103f12509d9eead732c709f4166ea7f3c77 | |
parent | d12f807b164f4cd85d1a5ff20154911f2bf6bb27 (diff) | |
download | crosstool-ng-76cc258d65647d0c046c3dac56d9fffcee229aaa.tar.gz crosstool-ng-76cc258d65647d0c046c3dac56d9fffcee229aaa.tar.bz2 crosstool-ng-76cc258d65647d0c046c3dac56d9fffcee229aaa.zip |
cc/gcc: update Linaro GCC revisions to 2013.03
Update Linaro GCC with the latest available revisions.
Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <702c72b9ddddd4ff1120.1363294492@advdt005-ubuntu>
Patchwork-Id: 227794
-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 77738938..b333c0dd 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.02" + prompt "linaro-4.7-2013.03" 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.02" + prompt "linaro-4.6-2013.03" 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.02" if CC_V_linaro_4_7 + default "linaro-4.7-2013.03" 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.02" if CC_V_linaro_4_6 + default "linaro-4.6-2013.03" 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 |