guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

68/74: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.


From: guix-commits
Subject: 68/74: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.
Date: Wed, 18 Dec 2024 08:07:19 -0500 (EST)

janneke pushed a commit to branch core-packages-team
in repository guix.

commit 13ab04cba00545bcf6e4890f57612e075f33954a
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 15 22:41:51 2024 +0100

    gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.
    
    * gnu/packages/gcc.scm (gcc-11): Update to 11.5.0.
    
    Change-Id: I57b0ab94e733ab9eb2ad226b5fcbc951860a48c3
---
 gnu/packages/gcc.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index ebb89886d6..7588b008be 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -769,14 +769,14 @@ It also includes runtime support libraries for these 
languages.")
 (define-public gcc-11
   (package
    (inherit gcc-8)
-   (version "11.4.0")
+   (version "11.5.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "1ncd7akww0hl5kkmw1dj3qgqp3phdrr5dfnm7jia9s07n0ib4b9z"))
+              "0y1l6q4iy94nr30r3189fbb82ljbdqkq87y0y23wyifmx9l1iqm6"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
                                      "gcc-5.0-libvtv-runpath.patch"
                                      "gcc-10-libsanitizer-no-crypt.patch"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]