[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"
- 182/246: gnu: racket-vm-cgc: Fix build with gcc-14., (continued)
- 182/246: gnu: racket-vm-cgc: Fix build with gcc-14., guix-commits, 2025/01/12
- 185/246: gnu: python-beniget: Update to 0.4.2.post1., guix-commits, 2025/01/12
- 187/246: gnu: aria2: Fix build., guix-commits, 2025/01/12
- 194/246: gnu: Add gettext-minimal-0.21., guix-commits, 2025/01/12
- 209/246: gnu: telepathy-logger: Fix build with gcc-14., guix-commits, 2025/01/12
- 200/246: gnu: vorbis-tools: Fix build with gcc-14., guix-commits, 2025/01/12
- 04/246: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/12
- 53/246: gnu: slim: Fix build with gcc-14., guix-commits, 2025/01/12
- 54/246: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2025/01/12
- 55/246: gnu: ldb: Update to 2.9.2; fixes build with gcc-14., guix-commits, 2025/01/12
- 68/246: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14.,
guix-commits <=
- 72/246: gnu: vala: Update to 0.56.17; fixes build with gcc-14., guix-commits, 2025/01/12
- 93/246: gnu: vde2: Update to 2.3.3; fixes build with gcc-14., guix-commits, 2025/01/12
- 98/246: gnu: libmpeg3: Fix build with gcc-14., guix-commits, 2025/01/12
- 103/246: gnu: sox: Fix build with gcc-14., guix-commits, 2025/01/12
- 112/246: gnu: json-c-0.13: Fix build with gcc-13., guix-commits, 2025/01/12
- 129/246: gnu: sofia-sip: Update to 1.13.17 and fix build with gcc-14., guix-commits, 2025/01/12
- 138/246: gnu: mpdscribble: Update to 0.25; fixes build with gcc-14., guix-commits, 2025/01/12
- 133/246: gnu: clucene: Fix build with gcc-14., guix-commits, 2025/01/12
- 172/246: gnu: cdrkit-libre: Fix build with gcc-14., guix-commits, 2025/01/12
- 174/246: gnu: mpfi: Fix build with gcc-14., guix-commits, 2025/01/12