guix-patches
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: [bug#65202] [PATCH v2] gnu: gcc-10: Update to 10.5.0.
Date: Fri, 20 Oct 2023 23:39:43 +0200

From: fanquake <fanquake@gmail.com>

* gnu/packages/gcc.scm (gcc-10): Update to 10.5.0.
Remove ‘gcc-10-tree-sra-union-handling.patch’.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/gcc.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Hi!

This patch had been mangled by the mail user agent and then fell
through the cracks; bumping!

Ludo'.

diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index 04926e6385..621644b93f 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)))
    (properties

base-commit: 6b0a32196982a0a2f4dbb59d35e55833a5545ac6
-- 
2.41.0






reply via email to

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