[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/26: commencement: sed-mesboot0: Support ARM.
From: |
guix-commits |
Subject: |
20/26: commencement: sed-mesboot0: Support ARM. |
Date: |
Sat, 9 Jan 2021 13:30:52 -0500 (EST) |
janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.
commit f4f6cb51bbcb0ec64299912085c1a0a4d703cac1
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Wed Dec 23 09:58:32 2020 +0100
commencement: sed-mesboot0: Support ARM.
* gnu/packages/commencement.scm (sed-mesboot0)[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 9782acc..fb432ad 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1115,7 +1115,8 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(sha256
(base32
"1hyv7i82jd0q18xcql51ylc8jwadp3gb3irgcqlis3v61p35jsv2"))))
- (supported-systems '("i686-linux" "x86_64-linux"))
+ (supported-systems '("armhf-linux" "aarch64-linux"
+ "i686-linux" "x86_64-linux"))
(inputs '())
(propagated-inputs '())
(native-inputs (%boot-tcc0-inputs))
- branch wip-arm-bootstrap created (now ac6ca06), guix-commits, 2021/01/09
- 02/26: gnu: Add nyacc-1.00.2., guix-commits, 2021/01/09
- 01/26: gnu: mescc-tools: Update to 0.7.0., guix-commits, 2021/01/09
- 03/26: gnu: mes: Update to nyacc-1.00.2., guix-commits, 2021/01/09
- 05/26: bootstrap: mescc-tools: Support ARM, update to 0.7.0., guix-commits, 2021/01/09
- 12/26: commencement: tcc-boot0: Support ARM, update to 0.9.26-1136-g0fbeb2dd., guix-commits, 2021/01/09
- 14/26: commencement: make-mesboot0: Support ARM., guix-commits, 2021/01/09
- 16/26: commencement: bash-mesboot0: Support ARM., guix-commits, 2021/01/09
- 19/26: commencement: patch-mesboot: Support ARM., guix-commits, 2021/01/09
- 17/26: commencement: tcc-boot: Support ARM., guix-commits, 2021/01/09
- 20/26: commencement: sed-mesboot0: Support ARM.,
guix-commits <=
- 04/26: DRAFT gnu: mes: Update to 0.22-123-g9cd754498., guix-commits, 2021/01/09
- 06/26: bootstrap: mes-minimal: Support ARM, update for mes-0.23., guix-commits, 2021/01/09
- 09/26: commencement: gash-boot: Build fix for ARM., guix-commits, 2021/01/09
- 07/26: DRAFT bootstrap: %bootstrap-mescc-tools: Support ARM., guix-commits, 2021/01/09
- 13/26: commencement: gzip-mesboot: Support ARM., guix-commits, 2021/01/09
- 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