aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/common.mk
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-12-09 19:08:06 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-12-15 15:25:03 +0100
commitaf1aa07b0722a0d3cae0cbaa07a7a9ef46335d4e (patch)
tree4fd9b4df94ffcb05db0741a297630b06176950ae /toolchain/gcc/common.mk
parentfbaf48387eb5e0e2bdc90d4c6f985a242a9fb0cc (diff)
downloadupstream-af1aa07b0722a0d3cae0cbaa07a7a9ef46335d4e.tar.gz
upstream-af1aa07b0722a0d3cae0cbaa07a7a9ef46335d4e.tar.bz2
upstream-af1aa07b0722a0d3cae0cbaa07a7a9ef46335d4e.zip
gcc: update to version 7.4.0
This updates the GCC to the next minor release which fixes 178 bugs. The two removed patches are included in gcc 7.4.0 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
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 b3e1d8edba..b75fce57ef 100644
--- a/toolchain/gcc/common.mk
+++ b/toolchain/gcc/common.mk
@@ -32,8 +32,8 @@ ifeq ($(PKG_VERSION),5.5.0)
PKG_HASH:=530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87
endif
-ifeq ($(PKG_VERSION),7.3.0)
- PKG_HASH:=832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
+ifeq ($(PKG_VERSION),7.4.0)
+ PKG_HASH:=eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51
endif
ifeq ($(PKG_VERSION),8.2.0)