[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/27: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hur
From: |
guix-commits |
Subject: |
24/27: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd. |
Date: |
Tue, 3 Dec 2024 02:41:16 -0500 (EST) |
janneke pushed a commit to branch master
in repository guix.
commit d6780d79d936832e1b2ea9103eefecd0a838fb16
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Nov 17 19:01:39 2024 +0100
gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd.
Gcc-14 adds support for the 64bit Hurd.
* gnu/packages/cross-base.scm (%xgcc): Bump to gcc-14.
Change-Id: Idf7696c50532aa4def2b2d37cdb5c70715125123
---
gnu/packages/cross-base.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm
index 4961b3b4c0..ad3616eaba 100644
--- a/gnu/packages/cross-base.scm
+++ b/gnu/packages/cross-base.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013-2018, 2020, 2023-2024 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2016, 2019, 2023 Janneke Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2016, 2019, 2023, 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2020, 2021 Marius Bakke <marius@gnu.org>
@@ -61,7 +61,7 @@
;;
;; Note: This is a macro so that we do not refer to 'gcc' from the top
;; level, which would lead to circular-dependency issues.
- (identifier-syntax gcc))
+ (identifier-syntax gcc-14))
(define %gcc-include-paths
;; Environment variables for header search paths.
- 21/27: gnu: libedit: Fix [cross-]build with gcc-14 for 32bit., (continued)
- 21/27: gnu: libedit: Fix [cross-]build with gcc-14 for 32bit., guix-commits, 2024/12/03
- 26/27: gnu: glibc/hurd: Add patch for the 64bit Hurd, fixing "raise"., guix-commits, 2024/12/03
- 18/27: gnu: texinfo-4: Fix [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/12/03
- 16/27: gnu: libffi: Fix [cross-]build with gcc-14., guix-commits, 2024/12/03
- 13/27: gnu: bash: Avoid hang when cross-built for the Hurd., guix-commits, 2024/12/03
- 12/27: gnu: glibc/hurd: Add patches for the 64bit Hurd., guix-commits, 2024/12/03
- 14/27: gnu: git-minimal: Support [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/12/03
- 23/27: gnu: guile-lzlib: Support [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/12/03
- 20/27: gnu: netdde: Fix build with gcc-14., guix-commits, 2024/12/03
- 22/27: gnu: libssh: Fix [cross-]build with gcc-14 for 32bit., guix-commits, 2024/12/03
- 24/27: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd.,
guix-commits <=
- 19/27: gnu: hurd: Fix build with gcc-14., guix-commits, 2024/12/03