[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/04: build-system: meson: Add loongarch64 support.
From: |
guix-commits |
Subject: |
01/04: build-system: meson: Add loongarch64 support. |
Date: |
Fri, 24 Jan 2025 23:07:08 -0500 (EST) |
z572 pushed a commit to branch master
in repository guix.
commit 0514dc658cef3ca01150a98e111069b414d918b2
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Thu May 23 16:20:55 2024 +0800
build-system: meson: Add loongarch64 support.
* guix/build-system/meson.scm (make-machine-alist): Add loongarch64 case.
Change-Id: Ib5a28b678d41550a9798494785c91c3f3a9f533c
---
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 67be007717..5eeeb59e65 100644
--- a/guix/build-system/meson.scm
+++ b/guix/build-system/meson.scm
@@ -69,6 +69,7 @@ for TRIPLET."
"ppc64"
"ppc"))
((target-riscv64? triplet) "riscv64")
+ ((target-loongarch64? triplet) "loongarch64")
(else
(raise
(condition