guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit ec62e5913455caa19aa03071e23c65b5ead5a64f Author: Yelninei <[email protected]> AuthorDate: Tue Jun 9 10:26:12 2026 +0000 gnu: gcc-13: Add hurd-split-stack patch. * gnu/packages/gcc.scm (gcc-13): Add gcc-hurd-split-stack patch. Change-Id: Ia789898546056d67e0302e3b683694a7b08f52a5 --- gnu/packages/gcc.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 52e8e2e719..29ac815523 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -970,7 +970,8 @@ It also includes runtime support libraries for these languages.") "gcc-5.0-libvtv-runpath.patch" "gcc-13-libsanitizer-no-crypt.patch" "gcc-libstdc++-newer-gcc.patch" - "gcc-mangle-guix-store.patch")) + "gcc-mangle-guix-store.patch" + "gcc-hurd-split-stack.patch")) (modules '((guix build utils))) (snippet gcc-canadian-cross-objdump-snippet))) (properties
