janneke pushed a commit to branch hurd-team
in repository guix.
commit b9bf1ee0793f06959ef343ea0738e49a50d99e6a
Author: Janneke Nieuwenhuizen <[email protected]>
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 <[email protected]>
;;; Copyright © 2014, 2015, 2018 Mark H Weaver <[email protected]>
-;;; Copyright © 2016, 2019, 2023 Janneke Nieuwenhuizen <[email protected]>
+;;; Copyright © 2016, 2019, 2023, 2024 Janneke Nieuwenhuizen <[email protected]>
;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <[email protected]>
;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019, 2020, 2021 Marius Bakke <[email protected]>
@@ -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.