From 2fb95f71425cc1b3cc9424bb2922fd296e4e05bf Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Fri, 27 Jul 2018 18:32:03 +0800 Subject: toolchain/gcc: update 8.x to 8.2.0 This release fixes LTO link-time performance problems and C++ bug introduced in GCC 8.1 Signed-off-by: Syrone Wong --- toolchain/gcc/Config.version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/Config.version') diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 6413e85219..55a942660e 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -19,5 +19,5 @@ config GCC_VERSION string default "5.5.0" if GCC_VERSION_5 default "arc-2017.09-release" if GCC_VERSION_7_1_ARC - default "8.1.0" if GCC_VERSION_8 + default "8.2.0" if GCC_VERSION_8 default "7.3.0" -- cgit v1.2.3