aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-03-15 18:12:26 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-18 23:55:51 +0100
commitdb70077668e757a27f41d9cb3c84f28ea7d4c22e (patch)
tree97d3f5167db7be6eb23cdf08402dcf60123825e3 /toolchain/gcc/common.mk
parentd33200824f031169874ab18412ed8c0bed042e9e (diff)
downloadupstream-db70077668e757a27f41d9cb3c84f28ea7d4c22e.tar.gz
upstream-db70077668e757a27f41d9cb3c84f28ea7d4c22e.tar.bz2
upstream-db70077668e757a27f41d9cb3c84f28ea7d4c22e.zip
toolchain: Update GCC 8 to version 8.4.0
The removed patch is included in GCC 8.4.0. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gcc/common.mk')
-rw-r--r--toolchain/gcc/common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk
index 24c923abef..0105ec8720 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -36,8 +36,8 @@ ifeq ($(PKG_VERSION),7.5.0)
PKG_HASH:=b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661
endif
-ifeq ($(PKG_VERSION),8.3.0)
- PKG_HASH:=64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2c
+ifeq ($(PKG_VERSION),8.4.0)
+ PKG_HASH:=e30a6e52d10e1f27ed55104ad233c30bd1e99cfb5ff98ab022dc941edd1b2dd4
endif
ifeq ($(PKG_VERSION),9.2.0)