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 01:16:27 -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 26945ae6ff squash! commencement: Add stage0-posix.
26945ae6ff is described below

commit 26945ae6ff2dbe5192cef1fb086fa18f6383f4d8
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon May 9 07:14:20 2022 +0200

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

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ffc8a5dd37..f7543122ab 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -367,11 +367,9 @@ M1, and M2-Planet.")
                               ,(%current-system)))
                   (stage0-cpu
                    (cond
-                    ((or (string-prefix? "x86_64-linux" target)
-                         (string-prefix? "i686-linux" target))
+                    ((or (target-x86-64?) (target-x86-32?))
                      "x86")
-                    ((or (string-prefix? "aarch64-linux" target)
-                         (string-prefix? "armhf-linux" target))
+                    ((or (target-arm64?) (target-arm32?))
                      "armv7l")
                     (else
                      (error "stage0-posix: system not supported" target))))



reply via email to

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