toolchain: gcc: update 7.x to 7.3.0
This version still generates broken code in our setup for MIPS. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
241e6dd3e9
commit
1a8523c835
21 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ config GCC_VERSION
|
|||
string
|
||||
default "arc-2017.09-release" if GCC_VERSION_7_1_ARC
|
||||
default "6.3.0" if GCC_USE_VERSION_6
|
||||
default "7.2.0" if GCC_USE_VERSION_7
|
||||
default "7.3.0" if GCC_USE_VERSION_7
|
||||
default "5.5.0"
|
||||
|
||||
config GCC_VERSION_7_1
|
||||
|
|
|
@ -37,8 +37,8 @@ ifeq ($(PKG_VERSION),6.3.0)
|
|||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
endif
|
||||
|
||||
ifeq ($(PKG_VERSION),7.2.0)
|
||||
PKG_HASH:=1cf7adf8ff4b5aa49041c8734bbcf1ad18cc4c94d0029aae0f4e48841088479a
|
||||
ifeq ($(PKG_VERSION),7.3.0)
|
||||
PKG_HASH:=832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
|
||||
endif
|
||||
|
||||
ifneq ($(CONFIG_GCC_VERSION_7_1_ARC),)
|
||||
|
|
Loading…
Reference in a new issue