summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2018-09-21 18:31:37 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2018-09-21 18:31:37 +0200
commit9ddfc548bcaa4e8751915902221cedfbc4813741 (patch)
tree9ba8a2963828b52eab87f0cc422be53eb5ccafef
parent23ed5797ca7fd6707532cdfce06e047503697fad (diff)
gcc: update to 8.2.0
-rw-r--r--target/config/Config.in.compiler3
-rw-r--r--toolchain/gcc/Makefile.inc4
2 files changed, 3 insertions, 4 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index f2251e3a0..5f692f228 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -40,13 +40,12 @@ default ADK_TOOLCHAIN_GCC_7
config ADK_TOOLCHAIN_GCC_GIT
bool "git"
depends on !ADK_TARGET_ARCH_AVR32
- depends on !ADK_TARGET_ARCH_CSKY
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
config ADK_TOOLCHAIN_GCC_8
- bool "8.1.0"
+ bool "8.2.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 93d307209..f79493e44 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -3,8 +3,8 @@
PKG_NAME:= gcc
ifeq ($(ADK_TOOLCHAIN_GCC_8),y)
-PKG_VERSION:= 8.1.0
-PKG_HASH:= 1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153
+PKG_VERSION:= 8.2.0
+PKG_HASH:= 196c3c04ba2613f893283977e6011b2345d1cd1af9abeac58e916b1aab3e0080
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz