Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/root/386/go/src/cmd/go/internal/cfg/zosarch.go

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


// Code generated by go tool dist; DO NOT EDIT.

package cfg

var OSArchSupportsCgo = map[string]bool{
	"aix/ppc64": true,
	"android/386": true,
	"android/amd64": true,
	"android/arm": true,
	"android/arm64": true,
	"darwin/386": false,
	"darwin/amd64": true,
	"darwin/arm": true,
	"darwin/arm64": true,
	"dragonfly/amd64": true,
	"freebsd/386": true,
	"freebsd/amd64": true,
	"freebsd/arm": true,
	"illumos/amd64": true,
	"js/wasm": false,
	"linux/386": true,
	"linux/amd64": true,
	"linux/arm": true,
	"linux/arm64": true,
	"linux/mips": true,
	"linux/mips64": true,
	"linux/mips64le": true,
	"linux/mipsle": true,
	"linux/ppc64": false,
	"linux/ppc64le": true,
	"linux/riscv64": true,
	"linux/s390x": true,
	"linux/sparc64": true,
	"nacl/386": false,
	"nacl/amd64p32": false,
	"nacl/arm": false,
	"netbsd/386": true,
	"netbsd/amd64": true,
	"netbsd/arm": true,
	"netbsd/arm64": true,
	"openbsd/386": true,
	"openbsd/amd64": true,
	"openbsd/arm": true,
	"openbsd/arm64": true,
	"plan9/386": false,
	"plan9/amd64": false,
	"plan9/arm": false,
	"solaris/amd64": true,
	"windows/386": true,
	"windows/amd64": true,
	"windows/arm": false,
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.