~ruther/guix-local

137e7eb68345f9f0a1e634b43acb01316b08fae1 — Zheng Junjie 1 year, 11 months ago 0514dc6
build-system: go: Add loongarch64 support.

* guix/build-system/go.scm (go-target): Add loongarch64 case.

Change-Id: I5186e9d8c93f3524341119dcb478168676d6a66d
1 files changed, 1 insertions(+), 0 deletions(-)

M guix/build-system/go.scm
M guix/build-system/go.scm => guix/build-system/go.scm +1 -0
@@ 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")