guix-commits
[Top][All Lists]
Advanced

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

branch master updated: build-system/meson: Add mips64el cross compilatio


From: guix-commits
Subject: branch master updated: build-system/meson: Add mips64el cross compilation support.
Date: Tue, 17 Jan 2023 04:51:09 -0500

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

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 34c7dd7e09 build-system/meson: Add mips64el cross compilation support.
34c7dd7e09 is described below

commit 34c7dd7e09fe714229a1ed723994c385d91bd457
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jan 17 10:49:00 2023 +0100

    build-system/meson: Add mips64el cross compilation support.
    
    * guix/build-system/meson.scm (make-machine-alist): Add it.
---
 guix/build-system/meson.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/guix/build-system/meson.scm b/guix/build-system/meson.scm
index 9fee6c4570..b0bf8cb6e6 100644
--- a/guix/build-system/meson.scm
+++ b/guix/build-system/meson.scm
@@ -55,6 +55,7 @@ for TRIPLET."
                          ((target-x86-64? triplet) "x86_64")
                          ((target-arm32? triplet) "arm")
                          ((target-aarch64? triplet) "aarch64")
+                         ((target-mips64el? triplet) "mips64")
                          ((target-powerpc? triplet)
                           (if (target-64bit? triplet)
                               "ppc64"



reply via email to

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