guix-commits
[Top][All Lists]
Advanced

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

branch wip-full-source-bootstrap updated: squash! commencement: Add stag


From: guix-commits
Subject: branch wip-full-source-bootstrap updated: squash! commencement: Add stage0-posix.
Date: Mon, 09 May 2022 04:07:16 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/wip-full-source-bootstrap by 
this push:
     new b41e0d0285 squash! commencement: Add stage0-posix.
b41e0d0285 is described below

commit b41e0d0285d8a61d42703a082750017dff1c91fd
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 9 10:06:44 2022 +0200

    squash! commencement: Add stage0-posix.
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index b4300f35d5..0f934f3c38 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -372,7 +372,7 @@ M1, and M2-Planet.")
                    (cond
                     ((or ,(target-x86-64?) ,(target-x86-32?))
                      "x86")
-                    (,(target-arm)
+                    (,(target-arm?)
                      "armv7l")
                     (else
                      (error "stage0-posix: system not supported" target))))



reply via email to

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