diff options
author | Janneke Nieuwenhuizen <[email protected]> | 2024-11-17 19:01:39 +0100 |
---|---|---|
committer | Janneke Nieuwenhuizen <[email protected]> | 2024-12-03 08:33:13 +0100 |
commit | d6780d79d936832e1b2ea9103eefecd0a838fb16 (patch) | |
tree | 8d9f87ce7fa2c4f8a2677818357b2bd9a680ae21 | |
parent | 47f2cabe370206c0f6c7bfdfc0c00816d60bcea8 (diff) |
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
-rw-r--r-- | gnu/packages/cross-base.scm | 4 |
1 files 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. |