diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2014-12-08 23:00:38 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2014-12-08 23:00:38 -0800 |
commit | 6bc5ff9ce8633945c084e2205d4746dcea2328aa (patch) | |
tree | ab63ee16a1dcab2a4ec862a21708d25ff7faa7ee /config/cc | |
parent | 055abbbb57f070d61cccc33002c38596862e7fc0 (diff) | |
download | crosstool-ng-6bc5ff9ce8633945c084e2205d4746dcea2328aa.tar.gz crosstool-ng-6bc5ff9ce8633945c084e2205d4746dcea2328aa.tar.bz2 crosstool-ng-6bc5ff9ce8633945c084e2205d4746dcea2328aa.zip |
gcc: Update linaro 4.7 and 4.8 (Attempt 2)
I messed up the previous commit.
I only updated half the config file, and the latest 4.8 is 2014.08.
:facepalm:
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 6629b769..d7fa48f9 100644 --- a/config/cc/gcc.in +++ b/config/cc/gcc.in @@ -53,7 +53,7 @@ config CC_V_4_9_0 config CC_V_linaro_4_8 bool - prompt "linaro-4.8-2014.04" + prompt "linaro-4.8-2014.08" depends on CC_GCC_SHOW_LINARO select CC_GCC_4_8 @@ -500,12 +500,12 @@ config CC_VERSION default "4.9.2" if CC_V_4_9_2 default "4.9.1" if CC_V_4_9_1 default "4.9.0" if CC_V_4_9_0 - default "linaro-4.8-2014.01" if CC_V_linaro_4_8 + default "linaro-4.8-2014.08" if CC_V_linaro_4_8 default "4.8.3" if CC_V_4_8_3 default "4.8.2" if CC_V_4_8_2 default "4.8.1" if CC_V_4_8_1 default "4.8.0" if CC_V_4_8_0 - default "linaro-4.7-2014.01" if CC_V_linaro_4_7 + default "linaro-4.7-2014.06" if CC_V_linaro_4_7 default "4.7.4" if CC_V_4_7_4 default "4.7.3" if CC_V_4_7_3 default "4.7.2" if CC_V_4_7_2 |