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/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/gcc/common.mk') diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 1e17620156..b3e1d8edba 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -36,8 +36,8 @@ ifeq ($(PKG_VERSION),7.3.0) PKG_HASH:=832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c endif -ifeq ($(PKG_VERSION),8.1.0) - PKG_HASH:=1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153 +ifeq ($(PKG_VERSION),8.2.0) + PKG_HASH:=196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080 endif ifneq ($(CONFIG_GCC_VERSION_7_1_ARC),) -- cgit v1.2.3