Home | History | Annotate | Download | only in build
      1 // Code generated by go tool dist; DO NOT EDIT.
      2 
      3 package build
      4 
      5 const defaultCGO_ENABLED = ""
      6 
      7 var cgoEnabled = map[string]bool{
      8 	"android/386": true,
      9 	"android/amd64": true,
     10 	"android/arm": true,
     11 	"android/arm64": true,
     12 	"darwin/386": true,
     13 	"darwin/amd64": true,
     14 	"darwin/arm": true,
     15 	"darwin/arm64": true,
     16 	"dragonfly/amd64": true,
     17 	"freebsd/386": true,
     18 	"freebsd/amd64": true,
     19 	"linux/386": true,
     20 	"linux/amd64": true,
     21 	"linux/arm": true,
     22 	"linux/arm64": true,
     23 	"linux/mips": true,
     24 	"linux/mips64": true,
     25 	"linux/mips64le": true,
     26 	"linux/mipsle": true,
     27 	"linux/ppc64le": true,
     28 	"linux/s390x": true,
     29 	"netbsd/386": true,
     30 	"netbsd/amd64": true,
     31 	"netbsd/arm": true,
     32 	"openbsd/386": true,
     33 	"openbsd/amd64": true,
     34 	"solaris/amd64": true,
     35 	"windows/386": true,
     36 	"windows/amd64": true,
     37 }
     38