Home | History | Annotate | Download | only in go

Lines Matching refs:GOARCH

43 		switch runtime.GOARCH {
84 canRace = canCgo && runtime.GOARCH == "amd64"
792 goarch := "386"
793 if runtime.GOARCH == "386" {
794 goarch = "amd64"
797 tg.setenv("GOARCH", goarch)
1268 tg.run("env", "GOARCH")
1269 goarch := strings.TrimSpace(tg.getStdout())
1270 tg.setenv("GOARCH", goarch)
1271 fixbin := filepath.Join(goroot, "pkg", "tool", goos+"_"+goarch, "fix") + exeSuffix
1858 tg.run("list", "-f", "GOARCH: {{context.GOARCH}}")
1979 tg.grepStdout(runtime.GOARCH+" test3.go:7 pabc xyzp/test3.go/123", "go generate ./testdata/generate/test3.go generated wrong output")
2165 switch sys := runtime.GOOS + "/" + runtime.GOARCH; sys {
2382 tg.setenv("GOARCH", "arm")