[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"
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., (continued)
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/18
- 49/74: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/18
- 66/74: gnu: gcc-4.7: Add gcc-wrapper from gcc-final., guix-commits, 2024/12/18
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/18
- 63/74: gnu: git: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/18
- 74/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/18
- 73/74: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/18
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/18
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 68/74: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.,
guix-commits <=
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/18
- 64/74: gnu: bootstrap: %bootstrap-glibc: Patch more files., guix-commits, 2024/12/18
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 69/74: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2024/12/18
- 59/74: gnu: libedit: Use -Wno-error= for cross-build., guix-commits, 2024/12/18
- 55/74: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2024/12/18
- 60/74: gnu: m4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/18
- 52/74: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/18
- 53/74: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/18
- 71/74: guix: build-system: cmake: Rework cross compilation., guix-commits, 2024/12/18