This is an automated email from the git hooks/post-receive script. janneke pushed a commit to branch core-packages-team in repository guix.
The following commit(s) were added to refs/heads/core-packages-team by this push: new e12f971f5f squash! DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14. e12f971f5f is described below commit e12f971f5f13a5e3a76e1057c3d46bfa81233350 Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Wed Dec 11 19:03:03 2024 +0100 squash! DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14. * gnu/packages/gcc.scm (libgccjit): Update to libgccjit-14. Change-Id: I899c50b7cac2901aef2c5e38a4bc8d348e9d64cf --- gnu/packages/gcc.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm index 9a7ca8f323..df7d2ece51 100644 --- a/gnu/packages/gcc.scm +++ b/gnu/packages/gcc.scm @@ -1260,7 +1260,7 @@ misnomer."))) ;; This must match the 'gcc' variable, but it must also be 'eq?' to one of the ;; libgccjit-* packages above. -(define-public libgccjit libgccjit-11) +(define-public libgccjit libgccjit-14) (define (make-gccgo gcc) "Return a gccgo package based on GCC."