summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-08-03 12:37:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-08-03 12:37:48 +0200
commit3770a0d3bfbfa9cd17ed0e87a5369287299e1e72 (patch)
tree178c0529ad0891a149b953fbc8e33ecc02ec2b66
parent16fa3f949a6480c13d09827a940deaf92f59682e (diff)
gcc: update to 14.2.0
-rw-r--r--target/config/Config.in.compiler2
-rw-r--r--toolchain/gcc/Makefile.inc4
-rw-r--r--toolchain/gcc/patches/14.2.0/csky.patch (renamed from toolchain/gcc/patches/14.1.0/csky.patch)0
-rw-r--r--toolchain/gcc/patches/14.2.0/nios2-softfp.patch (renamed from toolchain/gcc/patches/14.1.0/nios2-softfp.patch)0
4 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 41091c763..d744915dc 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -32,7 +32,7 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_GCC_14
- bool "14.1.0"
+ bool "14.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 8f96784e1..3218a44c5 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -3,8 +3,8 @@
PKG_NAME:= gcc
ifeq ($(ADK_TOOLCHAIN_GCC_14),y)
-PKG_VERSION:= 14.1.0
-PKG_HASH:= a0be066c02775002a0fa65ad3c65fb56a8bfd923d072a26ed148c0439ecdb68f
+PKG_VERSION:= 14.2.0
+PKG_HASH:= 7d376d445f93126dc545e2c0086d0f647c3094aae081cdb78f42ce2bc25e7293
PKG_SITES:= ${MASTER_SITE_GNU:=gcc/gcc-${PKG_VERSION}/}
PKG_RELEASE:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/toolchain/gcc/patches/14.1.0/csky.patch b/toolchain/gcc/patches/14.2.0/csky.patch
index ee352951b..ee352951b 100644
--- a/toolchain/gcc/patches/14.1.0/csky.patch
+++ b/toolchain/gcc/patches/14.2.0/csky.patch
diff --git a/toolchain/gcc/patches/14.1.0/nios2-softfp.patch b/toolchain/gcc/patches/14.2.0/nios2-softfp.patch
index c677c6c2f..c677c6c2f 100644
--- a/toolchain/gcc/patches/14.1.0/nios2-softfp.patch
+++ b/toolchain/gcc/patches/14.2.0/nios2-softfp.patch