[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/22: commencement: gzip-mesboot: Support ARM.
From: |
guix-commits |
Subject: |
13/22: commencement: gzip-mesboot: Support ARM. |
Date: |
Wed, 23 Dec 2020 17:49:33 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit f6b6069173d1c93fc38644efa8c1487c6101178c
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 20 10:32:43 2020 +0100
commencement: gzip-mesboot: Support ARM.
* gnu/packages/commencement.scm (gzip-mesboot)[supported-systems]: Add
armhf-linux, aarch64-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 9d69167..bb115fe 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -572,7 +572,8 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(sha256
(base32
"1rhgk2vvmdvnn6vygf0dja92ryyng00knl0kz5srb77k2kryjb2d"))))
- (supported-systems '("i686-linux" "x86_64-linux"))
+ (supported-systems '("armhf-linux" "aarch64-linux"
+ "i686-linux" "x86_64-linux"))
(inputs '())
(propagated-inputs '())
(native-inputs `(("tcc" ,tcc-boot0)
- 16/22: DRAFT commencement: bash-mesboot0: Support ARM., (continued)
- 16/22: DRAFT commencement: bash-mesboot0: Support ARM., guix-commits, 2020/12/23
- 08/22: DRAFT bootstrap: %bootstrap-mes: Support ARM., guix-commits, 2020/12/23
- 10/22: DRAFT commencement: bootstrap-mes-rewired: Support ARM., guix-commits, 2020/12/23
- 03/22: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2020/12/23
- 17/22: DRAFT commencement: tcc-boot: Support ARM., guix-commits, 2020/12/23
- 19/22: commencement: patch-mesboot: Support ARM., guix-commits, 2020/12/23
- 22/22: DRAFT commencement: gcc-core-mesboot0: Support ARM., guix-commits, 2020/12/23
- 04/22: DRAFT gnu: Add mes-next., guix-commits, 2020/12/23
- 05/22: bootstrap: mescc-tools: Support ARM, update to 0.7.0., guix-commits, 2020/12/23
- 06/22: DRAFT bootstrap: mes-minimal: Support ARM, update to mes-0.22.115., guix-commits, 2020/12/23
- 13/22: commencement: gzip-mesboot: Support ARM.,
guix-commits <=
- 15/22: commencement: bzip2-mesboot: Support ARM., guix-commits, 2020/12/23
- 09/22: commencement: gash-boot: Build fix for ARM., guix-commits, 2020/12/23
- 12/22: DRAFT commencement: tcc-boot0: Support ARM, update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2020/12/23
- 14/22: commencement: make-mesboot0: Support ARM., guix-commits, 2020/12/23
- 11/22: DRAFT commencement: mes-boot: Support ARM., guix-commits, 2020/12/23
- 18/22: commencement: diffutils-mesboot: Support ARM., guix-commits, 2020/12/23
- 20/22: commencement: sed-mesboot0: Support ARM., guix-commits, 2020/12/23
- 21/22: DRAFT commencement: binutils-mesboot0: Support ARM., guix-commits, 2020/12/23