guix-commits
[Top][All Lists]
Advanced

[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: Mon, 28 Dec 2020 13:58:13 -0500 (EST)

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

commit b7ceed6cf79f92939767c61fd1ecb1b43c00567e
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 664634e..b9f2c4d 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1087,7 +1087,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))



reply via email to

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