[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: |
Sat, 9 Jan 2021 13:30:53 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit 956a867af1fba2200be27da4e86d7a28aaf4f1e6
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 9f10210..7f8a4fd 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1372,7 +1372,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)
- 15/26: commencement: bzip2-mesboot: Support ARM., (continued)
- 15/26: commencement: bzip2-mesboot: Support ARM., guix-commits, 2021/01/09
- 18/26: commencement: diffutils-mesboot: Support ARM., guix-commits, 2021/01/09
- 24/26: commencement: gawk-mesboot: Support ARM., guix-commits, 2021/01/09
- 10/26: commencement: bootstrap-mes-rewired: Support ARM., guix-commits, 2021/01/09
- 21/26: commencement: binutils-mesboot0: Support ARM., guix-commits, 2021/01/09
- 26/26: commencement: gcc-mesboot0: Support ARM., guix-commits, 2021/01/09
- 25/26: commencement: glibc-mesboot0: Support ARM., guix-commits, 2021/01/09
- 22/26: commencement: gcc-core-mesboot0: Support ARM., guix-commits, 2021/01/09
- 08/26: DRAFT bootstrap: %bootstrap-mes: Support ARM., guix-commits, 2021/01/09
- 11/26: commencement: mes-boot: Support ARM., guix-commits, 2021/01/09
- 23/26: commencement: mesboot-headers: Support ARM.,
guix-commits <=