Skip to content

Commit

Permalink
toolchain: gcc: update 7.x to 7.3.0
Browse files Browse the repository at this point in the history
This version still generates broken code in our setup for MIPS.

Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Jan 27, 2018
1 parent 241e6dd commit 1a8523c
Show file tree
Hide file tree
Showing 21 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion toolchain/gcc/Config.version
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions toolchain/gcc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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),)
Expand Down

0 comments on commit 1a8523c

Please sign in to comment.