mirror of
https://github.com/golang/go
synced 2024-11-20 01:44:42 -07:00
15b51d6ae6
files for unsupported architectures are deleted, as it would require changing cmd/dist to recognize their names as build tags (probably need a separated CL). Change-Id: Ifd164b014867d39b4924d1b859fb84317dce4ab0 Reviewed-on: https://go-review.googlesource.com/14928 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Minux Ma <minux@golang.org>
27 lines
568 B
Go
27 lines
568 B
Go
// generated by gengoos.go using 'go generate'
|
|
|
|
package runtime
|
|
|
|
const theGoarch = `amd64`
|
|
|
|
const goarch_386 = 0
|
|
const goarch_amd64 = 1
|
|
const goarch_amd64p32 = 0
|
|
const goarch_arm = 0
|
|
const goarch_armbe = 0
|
|
const goarch_arm64 = 0
|
|
const goarch_arm64be = 0
|
|
const goarch_ppc64 = 0
|
|
const goarch_ppc64le = 0
|
|
const goarch_mips = 0
|
|
const goarch_mipsle = 0
|
|
const goarch_mips64 = 0
|
|
const goarch_mips64le = 0
|
|
const goarch_mips64p32 = 0
|
|
const goarch_mips64p32le = 0
|
|
const goarch_ppc = 0
|
|
const goarch_s390 = 0
|
|
const goarch_s390x = 0
|
|
const goarch_sparc = 0
|
|
const goarch_sparc64 = 0
|