From 0b8b72d2fe2c8fa6a9d2859ceb8d29b6389cf894 Mon Sep 17 00:00:00 2001 From: Kadambini Nema Date: Fri, 6 Jun 2025 14:28:51 -0700 Subject: [PATCH] package/gcc: update to 13.4.0 Release announcement: https://gcc.gnu.org/pipermail/gcc-announce/2025/000187.html Changelog: https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=13.4 Signed-off-by: Kadambini Nema [Julien: fix check-package error by fixing .checkpackageignore entry] Signed-off-by: Julien Olivain --- .checkpackageignore | 2 +- .../0001-disable-split-stack-for-non-thread-builds.patch | 0 .../0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch | 0 .../0003-Remove-crypt-and-crypt_r-interceptors.patch | 0 package/gcc/Config.in.host | 2 +- package/gcc/gcc.hash | 4 ++-- 6 files changed, 4 insertions(+), 4 deletions(-) rename package/gcc/{13.3.0 => 13.4.0}/0001-disable-split-stack-for-non-thread-builds.patch (100%) rename package/gcc/{13.3.0 => 13.4.0}/0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch (100%) rename package/gcc/{13.3.0 => 13.4.0}/0003-Remove-crypt-and-crypt_r-interceptors.patch (100%) diff --git a/.checkpackageignore b/.checkpackageignore index a76f02bcb3..935e0b5b9f 100644 --- a/.checkpackageignore +++ b/.checkpackageignore @@ -475,7 +475,7 @@ package/ftop/0001-overflow.patch lib_patch.Upstream package/fwts/0001-build-do-not-use-Werror.patch lib_patch.Upstream package/fxdiv/0001-CMake-don-t-enable-CXX-unless-building-tests-benchma.patch lib_patch.Upstream package/fxload/0001-fix-static-build.patch lib_patch.Upstream -package/gcc/13.3.0/0001-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream +package/gcc/13.4.0/0001-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream package/gcc/14.2.0/0001-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream package/gcc/15.1.0/0001-disable-split-stack-for-non-thread-builds.patch lib_patch.Upstream package/gcc/8.4.0/0001-xtensa-fix-PR-target-91880.patch lib_patch.Upstream diff --git a/package/gcc/13.3.0/0001-disable-split-stack-for-non-thread-builds.patch b/package/gcc/13.4.0/0001-disable-split-stack-for-non-thread-builds.patch similarity index 100% rename from package/gcc/13.3.0/0001-disable-split-stack-for-non-thread-builds.patch rename to package/gcc/13.4.0/0001-disable-split-stack-for-non-thread-builds.patch diff --git a/package/gcc/13.3.0/0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch b/package/gcc/13.4.0/0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch similarity index 100% rename from package/gcc/13.3.0/0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch rename to package/gcc/13.4.0/0002-RISC-V-fix-build-issue-with-gcc-4.9.x.patch diff --git a/package/gcc/13.3.0/0003-Remove-crypt-and-crypt_r-interceptors.patch b/package/gcc/13.4.0/0003-Remove-crypt-and-crypt_r-interceptors.patch similarity index 100% rename from package/gcc/13.3.0/0003-Remove-crypt-and-crypt_r-interceptors.patch rename to package/gcc/13.4.0/0003-Remove-crypt-and-crypt_r-interceptors.patch diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 496ead1e6a..83176684a1 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -71,7 +71,7 @@ config BR2_GCC_SUPPORTS_DLANG config BR2_GCC_VERSION string default "8.4.0" if BR2_GCC_VERSION_POWERPC_SPE - default "13.3.0" if BR2_GCC_VERSION_13_X + default "13.4.0" if BR2_GCC_VERSION_13_X default "14.2.0" if BR2_GCC_VERSION_14_X default "15.1.0" if BR2_GCC_VERSION_15_X default "arc-2023.09-release" if BR2_GCC_VERSION_ARC diff --git a/package/gcc/gcc.hash b/package/gcc/gcc.hash index 00da7dd49b..76699a7b0f 100644 --- a/package/gcc/gcc.hash +++ b/package/gcc/gcc.hash @@ -1,7 +1,7 @@ # From https://gcc.gnu.org/pub/gcc/releases/gcc-8.4.0/sha512.sum sha512 6de904f552a02de33b11ef52312bb664396efd7e1ce3bbe37bfad5ef617f133095b3767b4804bc7fe78df335cb53bc83f1ac055baed40979ce4c2c3e46b70280 gcc-8.4.0.tar.xz -# From https://gcc.gnu.org/pub/gcc/releases/gcc-13.3.0/sha512.sum -sha512 ed5f2f4c6ed2c796fcf2c93707159e9dbd3ddb1ba063d549804dd68cdabbb6d550985ae1c8465ae9a336cfe29274a6eb0f42e21924360574ebd8e5d5c7c9a801 gcc-13.3.0.tar.xz +# From https://gcc.gnu.org/pub/gcc/releases/gcc-13.4.0/sha512.sum +sha512 9b4b83ecf51ef355b868608b8d257b2fa435c06d2719cb86657a7c2c2a0828ff4ce04e9bac1055bbcad8ed5b4da524cafaef654785e23a50233d95d89201e35f gcc-13.4.0.tar.xz # From https://gcc.gnu.org/pub/gcc/releases/gcc-14.2.0/sha512.sum sha512 932bdef0cda94bacedf452ab17f103c0cb511ff2cec55e9112fc0328cbf1d803b42595728ea7b200e0a057c03e85626f937012e49a7515bc5dd256b2bf4bc396 gcc-14.2.0.tar.xz # From https://gcc.gnu.org/pub/gcc/releases/gcc-15.1.0/sha512.sum