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:
		| @@ -16,4 +16,4 @@ config GCC_VERSION | |||||||
| 	string | 	string | ||||||
| 	default "5.5.0"		if GCC_VERSION_5 | 	default "5.5.0"		if GCC_VERSION_5 | ||||||
| 	default "8.3.0"		if GCC_VERSION_8 | 	default "8.3.0"		if GCC_VERSION_8 | ||||||
| 	default "7.4.0" | 	default "7.5.0" | ||||||
|   | |||||||
| @@ -32,8 +32,8 @@ ifeq ($(PKG_VERSION),5.5.0) | |||||||
|   PKG_HASH:=530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87 |   PKG_HASH:=530cea139d82fe542b358961130c69cfde8b3d14556370b65823d2f91f0ced87 | ||||||
| endif | endif | ||||||
|  |  | ||||||
| ifeq ($(PKG_VERSION),7.4.0) | ifeq ($(PKG_VERSION),7.5.0) | ||||||
|   PKG_HASH:=eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51 |   PKG_HASH:=b81946e7f01f90528a1f7352ab08cc602b9ccc05d4e44da4bd501c5a189ee661 | ||||||
| endif | endif | ||||||
|  |  | ||||||
| ifeq ($(PKG_VERSION),8.3.0) | ifeq ($(PKG_VERSION),8.3.0) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Koen Vandeputte
					Koen Vandeputte