summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-08-30 10:34:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2022-08-30 10:34:00 +0200
commitf282f02d17bdb6e5cbfbf745f835c036fb26324d (patch)
tree030518290f1ee42566e2749445937ae8c4b6f519
parent0d6552986101d66ed93882ec241310a3eaa28163 (diff)
gcc: update to 9.5.0
-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 c0255dfad..0eca4cf16 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -47,7 +47,7 @@ config ADK_TOOLCHAIN_GCC_10
depends on !ADK_TARGET_ARCH_LOONGARCH
config ADK_TOOLCHAIN_GCC_9
- bool "9.4.0"
+ bool "9.5.0"
depends on !ADK_TARGET_ARCH_ARC
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_METAG
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index f78bf85a3..223db3768 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -27,8 +27,8 @@ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
LIBSTDCXXVER:= 26
endif
ifeq ($(ADK_TOOLCHAIN_GCC_9),y)
-PKG_VERSION:= 9.4.0
-PKG_HASH:= c95da32f440378d7751dd95533186f7fc05ceb4fb65eb5b85234e6299eb9838e
+PKG_VERSION:= 9.5.0
+PKG_HASH:= 27769f64ef1d4cd5e2be8682c0c93f9887983e6cfd1a927ce5a0a2915a95cf8f
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz