mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Per discussion at #46229 we are taking the "loong64" GOARCH value for
the upcoming LoongArch 64-bit port. It is not clear whether any 32-bit
non-bare-metal userland will exist for LoongArch, so only reserve
"loong64" for now.
Change-Id: I97d262b4ab68ff61c22ccf83e26baf70eefd568d
GitHub-Last-Rev: ecdd8c53bd
GitHub-Pull-Request: golang/go#47129
Reviewed-on: https://go-review.googlesource.com/c/go/+/333909
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Trust: Alexander Rakoczy <alex@golang.org>
33 lines
682 B
Go
33 lines
682 B
Go
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
|
|
|
|
//go:build mips
|
|
// +build mips
|
|
|
|
package sys
|
|
|
|
const GOARCH = `mips`
|
|
|
|
const Goarch386 = 0
|
|
const GoarchAmd64 = 0
|
|
const GoarchAmd64p32 = 0
|
|
const GoarchArm = 0
|
|
const GoarchArmbe = 0
|
|
const GoarchArm64 = 0
|
|
const GoarchArm64be = 0
|
|
const GoarchPpc64 = 0
|
|
const GoarchPpc64le = 0
|
|
const GoarchLoong64 = 0
|
|
const GoarchMips = 1
|
|
const GoarchMipsle = 0
|
|
const GoarchMips64 = 0
|
|
const GoarchMips64le = 0
|
|
const GoarchMips64p32 = 0
|
|
const GoarchMips64p32le = 0
|
|
const GoarchPpc = 0
|
|
const GoarchRiscv = 0
|
|
const GoarchRiscv64 = 0
|
|
const GoarchS390 = 0
|
|
const GoarchS390x = 0
|
|
const GoarchSparc = 0
|
|
const GoarchSparc64 = 0
|
|
const GoarchWasm = 0
|