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:05:37 -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 61642a21cd squash! commencement: Add stage0-posix.
61642a21cd is described below

commit 61642a21cd4c10b637261ecc6fc78d2124c0f2b0
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 9 10:05:04 2022 +0200

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

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index a7a621a0e2..b4300f35d5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -370,9 +370,9 @@ M1, and M2-Planet.")
                               ,(%current-system)))
                   (stage0-cpu
                    (cond
-                    ((or (target-x86-64?) (target-x86-32?))
+                    ((or ,(target-x86-64?) ,(target-x86-32?))
                      "x86")
-                    ((or (target-arm64?) (target-arm32?))
+                    (,(target-arm)
                      "armv7l")
                     (else
                      (error "stage0-posix: system not supported" target))))



reply via email to

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