diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-19 10:38:45 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-11-19 14:59:03 +0100 |
commit | e5c18dad14956ef41488fc7016ef0aa57e7347c7 (patch) | |
tree | e5ae1c45ecfaa8580ab64b4ac5426b72ac7b1c66 /toolchain/gcc/common.mk | |
parent | 7533087565005ecb41954790d4991cb7c32bb066 (diff) | |
download | upstream-e5c18dad14956ef41488fc7016ef0aa57e7347c7.tar.gz upstream-e5c18dad14956ef41488fc7016ef0aa57e7347c7.tar.bz2 upstream-e5c18dad14956ef41488fc7016ef0aa57e7347c7.zip |
toolchain/gcc: bump to 7.5.0
This updates the GCC to the next minor release which fixes +213 bugs.
Tested on ARMv6, ARMv7, MIPS R2, x86
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.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 883d2a0b4a..8ce8d84a5f 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.4.0) - PKG_HASH:=eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51 +ifeq ($(PKG_VERSION),7.5.0) + PKG_HASH:=b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661 endif ifeq ($(PKG_VERSION),8.3.0) |