me
/
guix
Archived
1
0
Fork 0

maint: Do not cross-compile to bare-metal targets.

* etc/release-manifest.scm (%cross-manifest): Remove bare-metal
cross-compilationm targets.

Change-Id: I0041d9ac11b996662304da22fa5bf63013dcc36d
master
Ludovic Courtès 2024-06-12 17:14:19 +02:00
parent a636bd3beb
commit 75faaaced2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU ;;; 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 © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2023 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
;;; ;;;
@ -145,6 +145,11 @@ TARGET."
"x86_64-linux-gnu" "x86_64-linux-gnu"
"i686-linux-gnu" "i686-linux-gnu"
;; Ignore bare-metal targets.
"avr"
"or1k-elf"
"xtensa-ath9k-elf"
;; XXX: Important bits like libsigsegv and libffi don't ;; XXX: Important bits like libsigsegv and libffi don't
;; support RISCV at the moment, so don't require RISCV ;; support RISCV at the moment, so don't require RISCV
;; support. ;; support.