Rename loongarchx to loong64. (#130)

loong64 GOARCH value reserved for LoongArch architecture:
	https://golang.org/doc/go1.17.

github issues:
	https://github.com/golang/go/issues/46229

LoongArch documents:
	https://loongson.github.io/LoongArch-Documentation/LoongArch-Vol1-EN.html

Signed-off-by: guoqi.chen <chenguoqi@loongson.cn>
This commit is contained in:
abner.chen
2021-10-17 01:41:19 +08:00
committed by GitHub
parent ac2ba380e8
commit b135084511

View File

@@ -1,6 +1,5 @@
//go:build (loongarch32 || loongarch64) && linux
//+build linux
//+build loongarch32 loongarch64
//go:build loong64
// +build loong64
// Created by cgo -godefs - DO NOT EDIT
// cgo -godefs types.go