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>
This commit is contained in:
parent
7533087565
commit
e5c18dad14
|
@ -13,7 +13,7 @@ config GCC_VERSION_9
|
|||
config GCC_VERSION
|
||||
string
|
||||
default "5.5.0" if GCC_VERSION_5
|
||||
default "7.4.0" if GCC_VERSION_7
|
||||
default "7.5.0" if GCC_VERSION_7
|
||||
default "9.2.0" if GCC_VERSION_9
|
||||
default "8.3.0"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue