guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/26: commencement: bzip2-mesboot: Support ARM.


From: guix-commits
Subject: 15/26: commencement: bzip2-mesboot: Support ARM.
Date: Tue, 12 Jan 2021 13:49:14 -0500 (EST)

janneke pushed a commit to branch wip-arm-bootstrap
in repository guix.

commit 981bbaab45503d581bcbcf5d061a655af52237ca
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Dec 20 10:33:40 2020 +0100

    commencement: bzip2-mesboot: Support ARM.
    
    * gnu/packages/commencement.scm (bzip2-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 a540c8a..24b3fba 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -688,7 +688,8 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
     (name "bzip2-mesboot")
     (version (package-version bzip2))
     (source (bootstrap-origin (package-source bzip2)))
-    (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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]