diff mbox series

[bug#65202] gnu: gcc-10: Update to 10.5.0.

Message ID CAFyhPjWBD8YzK_L4B-JfgQvspX7ngt1yU61byWzFH6x6OekL+w@mail.gmail.com
State New
Headers show
Series [bug#65202] gnu: gcc-10: Update to 10.5.0. | expand

Commit Message

Michael Ford Aug. 10, 2023, 10:42 a.m. UTC
From 8609bdc9ff3109e8cb44a9557d591ff22bda9a48 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 10 Aug 2023 12:05:32 +0200
Subject: [PATCH] gnu: gcc-10: Update to 10.5.0.

* gnu/packages/gcc.scm (gcc-10): Update to 10.5.0.
* gnu/packages/gcc.scm (gcc-10)[source](patches): Remove
gcc-10-tree-sra-union-handling.patch.
---
 gnu/packages/gcc.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

    (properties
diff mbox series

Patch

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 862fdd79c3..98891f81a3 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -706,17 +706,16 @@  (define-public gcc-9
 (define-public gcc-10
   (package
    (inherit gcc-8)
-   (version "10.4.0")
+   (version "10.5.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/gcc/gcc-"
                                 version "/gcc-" version ".tar.xz"))
             (sha256
              (base32
-              "1wg4xdizkksmwi66mvv2v4pk3ja8x64m7v9gzhykzd3wrmdpsaf9"))
+              "1h87lcfaga0ydsf4pkhwlnjr8mky5ix8npbv6iy3jvzlzm1ra415"))
             (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)))