From 6bc5ff9ce8633945c084e2205d4746dcea2328aa Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Mon, 8 Dec 2014 23:00:38 -0800 Subject: 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 diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 6629b76..d7fa48f 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 -- cgit v0.10.2-6-g49f6