[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/26: commencement: mesboot-headers: Support ARM.
From: |
guix-commits |
Subject: |
23/26: commencement: mesboot-headers: Support ARM. |
Date: |
Mon, 28 Dec 2020 13:58:14 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit d5c482f7423a8d50d3413e6ccbda7693159475bb
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 28 15:45:42 2020 +0100
commencement: mesboot-headers: Support ARM.
* gnu/packages/commencement.scm (mesboot-headers)[supported-systems]: Add
aarch64-linux, armhf-linux.
---
gnu/packages/commencement.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 066b059..37afbed 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1346,7 +1346,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
(package
(inherit mes-boot)
(name "mesboot-headers")
- (supported-systems '("i686-linux" "x86_64-linux"))
+ (supported-systems '("armhf-linux" "aarch64-linux"
+ "i686-linux" "x86_64-linux"))
(inputs '())
(propagated-inputs '())
(native-inputs `(("kernel-headers" ,%bootstrap-linux-libre-headers)
- 10/26: DRAFT commencement: bootstrap-mes-rewired: Support ARM., (continued)
- 10/26: DRAFT commencement: bootstrap-mes-rewired: Support ARM., guix-commits, 2020/12/28
- 11/26: DRAFT commencement: mes-boot: Support ARM., guix-commits, 2020/12/28
- 12/26: commencement: tcc-boot0: Support ARM, update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2020/12/28
- 07/26: DRAFT bootstrap: %bootstrap-mescc-tools: Support ARM., guix-commits, 2020/12/28
- 06/26: DRAFT bootstrap: mes-minimal: Support ARM, update to mes-0.22-118., guix-commits, 2020/12/28
- 13/26: commencement: gzip-mesboot: Support ARM., guix-commits, 2020/12/28
- 14/26: commencement: make-mesboot0: Support ARM., guix-commits, 2020/12/28
- 16/26: commencement: bash-mesboot0: Support ARM., guix-commits, 2020/12/28
- 18/26: commencement: diffutils-mesboot: Support ARM., guix-commits, 2020/12/28
- 22/26: commencement: gcc-core-mesboot0: Support ARM., guix-commits, 2020/12/28
- 23/26: commencement: mesboot-headers: Support ARM.,
guix-commits <=
- 19/26: commencement: patch-mesboot: Support ARM., guix-commits, 2020/12/28
- 15/26: commencement: bzip2-mesboot: Support ARM., guix-commits, 2020/12/28
- 17/26: commencement: tcc-boot: Support ARM., guix-commits, 2020/12/28
- 20/26: commencement: sed-mesboot0: Support ARM., guix-commits, 2020/12/28
- 21/26: commencement: binutils-mesboot0: Support ARM., guix-commits, 2020/12/28
- 24/26: commencement: gawk-mesboot: Support ARM., guix-commits, 2020/12/28
- 25/26: commencement: glibc-mesboot0: Support ARM., guix-commits, 2020/12/28
- 26/26: commencement: gcc-mesboot0: Support ARM., guix-commits, 2020/12/28