Home | History | Annotate | Download | only in go
      1 // auto generated by go tool dist
      2 
      3 package main
      4 
      5 var osArchSupportsCgo = map[string]bool{
      6 	"android/386": true,
      7 	"android/amd64": true,
      8 	"android/arm": true,
      9 	"android/arm64": true,
     10 	"darwin/386": true,
     11 	"darwin/amd64": true,
     12 	"darwin/arm": true,
     13 	"darwin/arm64": true,
     14 	"dragonfly/amd64": true,
     15 	"freebsd/386": true,
     16 	"freebsd/amd64": true,
     17 	"freebsd/arm": false,
     18 	"linux/386": true,
     19 	"linux/amd64": true,
     20 	"linux/arm": true,
     21 	"linux/arm64": true,
     22 	"linux/mips": true,
     23 	"linux/mips64": true,
     24 	"linux/mips64le": true,
     25 	"linux/mipsle": true,
     26 	"linux/ppc64": false,
     27 	"linux/ppc64le": true,
     28 	"linux/s390x": true,
     29 	"nacl/386": false,
     30 	"nacl/amd64p32": false,
     31 	"nacl/arm": false,
     32 	"netbsd/386": true,
     33 	"netbsd/amd64": true,
     34 	"netbsd/arm": true,
     35 	"openbsd/386": true,
     36 	"openbsd/amd64": true,
     37 	"openbsd/arm": false,
     38 	"plan9/386": false,
     39 	"plan9/amd64": false,
     40 	"plan9/arm": false,
     41 	"solaris/amd64": true,
     42 	"windows/386": true,
     43 	"windows/amd64": true,
     44 }
     45