summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2019-03-03 09:25:01 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2019-03-03 09:25:01 +0100
commita3c7cfddfc43bd08a60fecc8ffb15922c8c7b11a (patch)
tree51f55b8cf9da3a6a0d45012b3785c7b576adb493
parent3e2aa41d9b780eb6ae6a11dd6bc9abcd6a7529fc (diff)
gcc: update gcc7
-rw-r--r--target/config/Config.in.compiler2
-rw-r--r--toolchain/gcc/Makefile.inc4
2 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 5f692f228..0cb50be9c 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -54,7 +54,7 @@ config ADK_TOOLCHAIN_GCC_8
depends on !ADK_TARGET_ARCH_OR1K
config ADK_TOOLCHAIN_GCC_7
- bool "7.3.0"
+ bool "7.4.0"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CSKY
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index f79493e44..2bded571e 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -11,8 +11,8 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
LIBSTDCXXVER:= 24
endif
ifeq ($(ADK_TOOLCHAIN_GCC_7),y)
-PKG_VERSION:= 7.3.0
-PKG_HASH:= 832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15c
+PKG_VERSION:= 7.4.0
+PKG_HASH:= eddde28d04f334aec1604456e536416549e9b1aa137fc69204e65eb0c009fe51
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz