Skip to content

Commit

Permalink
Rename loongarchx to loong64. (#130)
Browse files Browse the repository at this point in the history
loong64 GOARCH value reserved for LoongArch architecture:
	https://golang.org/doc/go1.17.

github issues:
	golang/go#46229

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

Signed-off-by: guoqi.chen <chenguoqi@loongson.cn>
  • Loading branch information
abner-chenc committed Oct 16, 2021
1 parent ac2ba38 commit b135084
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ztypes_loongarchx.go → ztypes_loong64.go
@@ -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
Expand Down

0 comments on commit b135084

Please sign in to comment.