guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 68/246: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.
Date: Sun, 12 Jan 2025 10:21:26 -0500 (EST)

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

commit 4f7d8022f7b35d403a38dd71d299292277580241
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 1b794771ad..5104c437f0 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]