[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/50: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hur
From: |
guix-commits |
Subject: |
21/50: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd. |
Date: |
Mon, 18 Nov 2024 16:43:17 -0500 (EST) |
janneke pushed a commit to branch hurd-team
in repository guix.
commit b9bf1ee0793f06959ef343ea0738e49a50d99e6a
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.
- branch hurd-team created (now 6e9b1f39bf), guix-commits, 2024/11/18
- 05/50: gnu: cross-libc: Support cross-building for the 64bit Hurd., guix-commits, 2024/11/18
- 07/50: gnu: elfutils: Fix build for 64bit Hurd., guix-commits, 2024/11/18
- 13/50: gnu: bash: Avoid hang when cross-built for the Hurd., guix-commits, 2024/11/18
- 18/50: gnu: texinfo-4: Fix [cross-]build with gcc-14 and the 64bit Hurd., guix-commits, 2024/11/18
- 16/50: gnu: libffi: Fix [cross-]build with gcc-14., guix-commits, 2024/11/18
- 21/50: gnu: cross-base: Update %xgcc to gcc-14, to support the 64bit Hurd.,
guix-commits <=
- 01/50: gnu: gnumach: Update to v1.8+git20240714., guix-commits, 2024/11/18
- 02/50: gnu: mig: Update to 1.8+git20231217., guix-commits, 2024/11/18
- 04/50: gnu: Add basic support for x86_64-pc-gnu target, aka 64bit Hurd., guix-commits, 2024/11/18
- 06/50: gnu: bash-minimal: Support [cross-]build with gcc-14., guix-commits, 2024/11/18
- 03/50: gnu: hurd: Update to 0.9.git20240714., guix-commits, 2024/11/18
- 08/50: gnu: grep: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 15/50: gnu: flex: Fix [cross-]build with gcc-14., guix-commits, 2024/11/18
- 10/50: gnu: libxcrypt: Support the 64bit Hurd., guix-commits, 2024/11/18
- 09/50: gnu: patch: Fix build for the 64bit Hurd., guix-commits, 2024/11/18
- 23/50: gnu: bash-minimal: Support [cross-]build with gcc-14., guix-commits, 2024/11/18