guix-commits
[Top][All Lists]
Advanced

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

03/21: gnu: bootstrap: mes-minimal: Support ARM, update for mes-0.23.1.


From: guix-commits
Subject: 03/21: gnu: bootstrap: mes-minimal: Support ARM, update for mes-0.23.1.
Date: Wed, 19 Oct 2022 01:40:09 -0400 (EDT)

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

commit f9293be58e636f41402751e4c99829561faa1247
Author: Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Mon Dec 13 22:49:47 2021 +0100

    gnu: bootstrap: mes-minimal: Support ARM, update for mes-0.23.1.
    
    * gnu/packages/make-bootstrap.scm (%mes-minimal): Update for mes-0.23.1.
    [arguments]: Support armhf-linux, aarch64-linux.
---
 gnu/packages/make-bootstrap.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/make-bootstrap.scm b/gnu/packages/make-bootstrap.scm
index 152b070c67..7fbe840aad 100644
--- a/gnu/packages/make-bootstrap.scm
+++ b/gnu/packages/make-bootstrap.scm
@@ -639,7 +639,9 @@ for `sh' in $PATH, and without nscd, and with static NSS 
modules."
     (name "mes-minimal")
     (native-inputs (list guile-3.0))
     (arguments
-     `(#:system "i686-linux"
+     `(#:system ,(match (%current-system)
+                   ((or "i686-linux" "x86_64-linux") "i686-linux")
+                   ((or "armhf-linux" "aarch64-linux") "armhf-linux"))
        #:strip-binaries? #f
        #:configure-flags '("--mes")
        #:phases



reply via email to

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