[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/10: maint: Do not cross-compile to bare-metal targets.
From: |
guix-commits |
Subject: |
02/10: maint: Do not cross-compile to bare-metal targets. |
Date: |
Thu, 13 Jun 2024 05:39:26 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 75faaaced2f27eeab989f2c5a42b5915ff7440f5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Wed Jun 12 17:14:19 2024 +0200
maint: Do not cross-compile to bare-metal targets.
* etc/release-manifest.scm (%cross-manifest): Remove bare-metal
cross-compilationm targets.
Change-Id: I0041d9ac11b996662304da22fa5bf63013dcc36d
---
etc/release-manifest.scm | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/etc/release-manifest.scm b/etc/release-manifest.scm
index 773910ac80..62a54c85d2 100644
--- a/etc/release-manifest.scm
+++ b/etc/release-manifest.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2020-2022 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2020-2022, 2024 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
;;;
@@ -145,6 +145,11 @@ TARGET."
"x86_64-linux-gnu"
"i686-linux-gnu"
+ ;; Ignore bare-metal targets.
+ "avr"
+ "or1k-elf"
+ "xtensa-ath9k-elf"
+
;; XXX: Important bits like libsigsegv and libffi don't
;; support RISCV at the moment, so don't require RISCV
;; support.
- branch master updated (f65bbca6e4 -> 7e00fb9f31), guix-commits, 2024/06/13
- 01/10: ci: Add cross-compilation jobs for x86_64-linux-gnux32., guix-commits, 2024/06/13
- 03/10: gnu: libreoffice: Update to 7.6.7.2., guix-commits, 2024/06/13
- 06/10: gnu: Add python-wavefile., guix-commits, 2024/06/13
- 05/10: gnu: Add python-mido., guix-commits, 2024/06/13
- 04/10: gnu: Add python-pymarshal., guix-commits, 2024/06/13
- 02/10: maint: Do not cross-compile to bare-metal targets.,
guix-commits <=
- 07/10: gnu: Add stargate., guix-commits, 2024/06/13
- 08/10: gnu: stargate: Move libsbsms and soundtouch forks to audio.scm., guix-commits, 2024/06/13
- 10/10: substitute: Don’t keep cache entries more than a few days., guix-commits, 2024/06/13
- 09/10: doc: Use a symbol for Cuirass specification names., guix-commits, 2024/06/13