From 137e7eb68345f9f0a1e634b43acb01316b08fae1 Mon Sep 17 00:00:00 2001 From: Zheng Junjie <873216071@qq.com> Date: Thu, 23 May 2024 16:21:31 +0800 Subject: [PATCH] build-system: go: Add loongarch64 support. * guix/build-system/go.scm (go-target): Add loongarch64 case. Change-Id: I5186e9d8c93f3524341119dcb478168676d6a66d --- guix/build-system/go.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm index 97581a14c61f82c77e3cacdc6b78301b229f225b..5599644f3b7650e315720f5826a6f8966fca2fab 100644 --- a/guix/build-system/go.scm +++ b/guix/build-system/go.scm @@ -111,6 +111,7 @@ commit hash and its date rather than a proper release tag." ("i686" "386") ("x86_64" "amd64") ("mips64el" "mips64le") + ("loongarch64" "loong64") (_ arch)) (match os ((or "mingw32" "cygwin") "windows")