summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-10-01 07:11:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-10-01 07:11:36 +0200
commit656e1d00ed170415fab45c0baee059e4d35e306d (patch)
treee774a6c9f5b2154c16e92a05b5179a1a237121f2
parent6b49e03aabf9bb3fe8444798d7d0385554454676 (diff)
gcc: update to 15.2.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 8b5d96ecb..a932de6b8 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -31,7 +31,7 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_GCC_15
- bool "15.1.0"
+ bool "15.2.0"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_CRIS
depends on !ADK_TARGET_ARCH_METAG
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 7f8cd0eb8..50279e549 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -3,8 +3,8 @@
PKG_NAME:= gcc
ifeq ($(ADK_TOOLCHAIN_GCC_15),y)
-PKG_VERSION:= 15.1.0
-PKG_HASH:= 51b9919ea69c980d7a381db95d4be27edf73b21254eb13d752a08003b4d013b1
+PKG_VERSION:= 15.2.0
+PKG_HASH:= 7294d65cc1a0558cb815af0ca8c7763d86f7a31199794ede3f630c0d1b0a5723
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz