| // Code generated by go tool dist; DO NOT EDIT. | |
| package cfg | |
| var OSArchSupportsCgo = map[string]bool{ | |
| "android/386": true, | |
| "android/amd64": true, | |
| "android/arm": true, | |
| "android/arm64": true, | |
| "darwin/386": true, | |
| "darwin/amd64": true, | |
| "darwin/arm": true, | |
| "darwin/arm64": true, | |
| "dragonfly/amd64": true, | |
| "freebsd/386": true, | |
| "freebsd/amd64": true, | |
| "freebsd/arm": false, | |
| "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, | |
| "nacl/386": false, | |
| "nacl/amd64p32": false, | |
| "nacl/arm": false, | |
| "netbsd/386": true, | |
| "netbsd/amd64": true, | |
| "netbsd/arm": true, | |
| "openbsd/386": true, | |
| "openbsd/amd64": true, | |
| "openbsd/arm": false, | |
| "plan9/386": false, | |
| "plan9/amd64": false, | |
| "plan9/arm": false, | |
| "solaris/amd64": true, | |
| "windows/386": true, | |
| "windows/amd64": true, | |
| } |