github.com/brownsys/tracing-framework-go@v0.0.0-20161210174012-0542a62412fe/go/darwin_amd64/src/cmd/go/zosarch.go (about)

     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/mips64": true,
    23  	"linux/mips64le": true,
    24  	"linux/ppc64": false,
    25  	"linux/ppc64le": true,
    26  	"linux/s390x": true,
    27  	"nacl/386": false,
    28  	"nacl/amd64p32": false,
    29  	"nacl/arm": false,
    30  	"netbsd/386": true,
    31  	"netbsd/amd64": true,
    32  	"netbsd/arm": true,
    33  	"openbsd/386": true,
    34  	"openbsd/amd64": true,
    35  	"openbsd/arm": false,
    36  	"plan9/386": false,
    37  	"plan9/amd64": false,
    38  	"plan9/arm": false,
    39  	"solaris/amd64": true,
    40  	"windows/386": true,
    41  	"windows/amd64": true,
    42  }