guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: gcc@11: Update to 11.4.0.


From: guix-commits
Subject: 01/07: gnu: gcc@11: Update to 11.4.0.
Date: Sat, 9 Dec 2023 09:54:38 -0500 (EST)

civodul pushed a commit to branch core-updates
in repository guix.

commit 22f06be9287e22272bf3f34b91e9711e29bea129
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Tue Oct 24 15:29:27 2023 +0000

    gnu: gcc@11: Update to 11.4.0.
    
    * gnu/packages/gcc.scm (gcc-11): Update to 11.4.0.
    Remove ‘gcc-10-tree-sra-union-handling.patch’.
    
    Change-Id: Iff8c9151326c87cb13db9c5b1a00c44b8eef95e3
    Co-authored-by: Janneke Nieuwenhuizen <janneke@gnu.org>
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gcc.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 3137fe2d75..313a92d8aa 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -719,17 +719,16 @@ It also includes runtime support libraries for these 
languages.")
 (define-public gcc-11
   (package
    (inherit gcc-8)
-   (version "11.3.0")
+   (version "11.4.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "0fdclcwf728wbq52vphfcjywzhpsjp3kifzj3pib3xcihs0z4z5l"))
+              "1ncd7akww0hl5kkmw1dj3qgqp3phdrr5dfnm7jia9s07n0ib4b9z"))
             (patches (search-patches "gcc-9-strmov-store-file-names.patch"
-                                     "gcc-5.0-libvtv-runpath.patch"
-                                     "gcc-10-tree-sra-union-handling.patch"))
+                                     "gcc-5.0-libvtv-runpath.patch"))
             (modules '((guix build utils)))
             (snippet gcc-canadian-cross-objdump-snippet)))
    (arguments



reply via email to

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