mirror of
https://github.com/creack/pty.git
synced 2026-04-01 11:07:11 +09:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user