diff options
| author | Xiaodong Liu <liuxiaodong@loongson.cn> | 2022-05-19 20:01:10 +0800 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-05-20 15:12:37 +0000 |
| commit | 0811559dddd89d90275ebae363c5166d3c29c29d (patch) | |
| tree | 4a55c1b901fb26ef70347c2ae04a93c2b87d89b7 /src/runtime/lfstack_64bit.go | |
| parent | 2a5ceaaa78e4643ff7ef38312f23a25d7c99c44f (diff) | |
| download | go-0811559dddd89d90275ebae363c5166d3c29c29d.tar.xz | |
runtime: add build tag for common support on linux/loong64
Contributors to the loong64 port are:
Weining Lu <luweining@loongson.cn>
Lei Wang <wanglei@loongson.cn>
Lingqin Gong <gonglingqin@loongson.cn>
Xiaolin Zhao <zhaoxiaolin@loongson.cn>
Meidan Li <limeidan@loongson.cn>
Xiaojuan Zhai <zhaixiaojuan@loongson.cn>
Qiyuan Pu <puqiyuan@loongson.cn>
Guoqi Chen <chenguoqi@loongson.cn>
This port has been updated to Go 1.15.6:
https://github.com/loongson/go
Updates #46229
Change-Id: Ide01fb8a39fe3e890f6cbc5d28f4a1d47eb5d79b
Reviewed-on: https://go-review.googlesource.com/c/go/+/368081
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Diffstat (limited to 'src/runtime/lfstack_64bit.go')
| -rw-r--r-- | src/runtime/lfstack_64bit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/lfstack_64bit.go b/src/runtime/lfstack_64bit.go index 3f0e480897..154130cf63 100644 --- a/src/runtime/lfstack_64bit.go +++ b/src/runtime/lfstack_64bit.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -//go:build amd64 || arm64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || wasm +//go:build amd64 || arm64 || loong64 || mips64 || mips64le || ppc64 || ppc64le || riscv64 || s390x || wasm package runtime |
