diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2018-07-27 18:32:03 +0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-08-20 09:24:33 +0200 |
commit | 2fb95f71425cc1b3cc9424bb2922fd296e4e05bf (patch) | |
tree | 99c4058eff16a718198be7a02ee14f457708496f /toolchain/gcc/common.mk | |
parent | 713cee6463a8b654d2c72e469112130373c1336b (diff) | |
download | upstream-2fb95f71425cc1b3cc9424bb2922fd296e4e05bf.tar.gz upstream-2fb95f71425cc1b3cc9424bb2922fd296e4e05bf.tar.bz2 upstream-2fb95f71425cc1b3cc9424bb2922fd296e4e05bf.zip |
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 <wong.syrone@gmail.com>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r-- | toolchain/gcc/common.mk | 4 |
1 files changed, 2 insertions, 2 deletions
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),) |