HomeSort by relevance Sort by last modified time
    Searched refs:GOHOSTARCH (Results 1 - 23 of 23) sorted by null

  /prebuilts/go/darwin-x86/src/
iostest.bash 59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
make.bash 13 # GOHOSTARCH: The architecture for host tools (compilers and
16 # GOHOSTARCH=386 on an amd64 machine.
37 # CC: Command line to run to compile C code for GOHOSTARCH.
165 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
166 echo "##### Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
169 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
make.rc 13 # GOHOSTARCH: The architecture for host tools (compilers and
16 # GOHOSTARCH=386 on an amd64 machine.
81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
82 echo '##### Building packages and commands for host,' $GOHOSTOS/$GOHOSTARCH^.
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
make.bat 10 :: GOHOSTARCH: The architecture for host tools (compilers and
13 :: GOHOSTARCH=386 on an amd64 machine.
29 :: CC: Command line to run to compile C code for GOHOSTARCH.
92 if not %GOHOSTARCH% == %GOARCH% goto localbuild
97 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
102 set GOARCH=%GOHOSTARCH%
androidtest.bash 46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
race.bat 26 if %GOHOSTARCH% == amd64 goto continue
  /prebuilts/go/linux-x86/src/
iostest.bash 59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
make.bash 13 # GOHOSTARCH: The architecture for host tools (compilers and
16 # GOHOSTARCH=386 on an amd64 machine.
37 # CC: Command line to run to compile C code for GOHOSTARCH.
165 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
166 echo "##### Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
169 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
make.rc 13 # GOHOSTARCH: The architecture for host tools (compilers and
16 # GOHOSTARCH=386 on an amd64 machine.
81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
82 echo '##### Building packages and commands for host,' $GOHOSTOS/$GOHOSTARCH^.
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
make.bat 10 :: GOHOSTARCH: The architecture for host tools (compilers and
13 :: GOHOSTARCH=386 on an amd64 machine.
29 :: CC: Command line to run to compile C code for GOHOSTARCH.
92 if not %GOHOSTARCH% == %GOARCH% goto localbuild
97 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
102 set GOARCH=%GOHOSTARCH%
androidtest.bash 46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
race.bat 26 if %GOHOSTARCH% == amd64 goto continue
  /build/blueprint/
bootstrap.bash 64 [ -z "$GOARCH" ] && GOARCH=`go env GOHOSTARCH`
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6_test.go 146 if os.Getenv("GOHOSTARCH") != "" {
150 t.Skip("skipping when GOHOSTARCH is set")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
obj6_test.go 146 if os.Getenv("GOHOSTARCH") != "" {
150 t.Skip("skipping when GOHOSTARCH is set")
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 40 {"GOHOSTARCH", runtime.GOARCH},
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 40 {"GOHOSTARCH", runtime.GOARCH},
  /prebuilts/go/darwin-x86/src/cmd/dist/
buildtool.go 124 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH,
139 os.Setenv("GOHOSTARCH", "")
build.go 26 gohostarch string
148 b = os.Getenv("GOHOSTARCH")
150 gohostarch = b
153 if find(gohostarch, okgoarch) < 0 {
154 fatal("unknown $GOHOSTARCH %s", gohostarch)
159 b = gohostarch
224 os.Setenv("GOHOSTARCH", gohostarch)
237 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch)
25 gohostarch string var
    [all...]
test.go 61 gohostarch string
104 t.gohostarch = mustEnv("GOHOSTARCH")
729 if t.gohostarch == "ppc64le" {
810 env := mergeEnvLists([]string{"GOARCH=" + t.gohostarch, "GOOS=" + t.gohostos}, os.Environ())
1060 if t.goos == "freebsd" && t.gohostarch == "386" {
1121 cmd.Env = mergeEnvLists([]string{"GOOS=" + t.gohostos, "GOARCH=" + t.gohostarch, "GOMAXPROCS="}, os.Environ())
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
buildtool.go 124 // Don't bother with GOOS, GOHOSTOS, GOARCH, and GOHOSTARCH,
139 os.Setenv("GOHOSTARCH", "")
build.go 26 gohostarch string
148 b = os.Getenv("GOHOSTARCH")
150 gohostarch = b
153 if find(gohostarch, okgoarch) < 0 {
154 fatal("unknown $GOHOSTARCH %s", gohostarch)
159 b = gohostarch
224 os.Setenv("GOHOSTARCH", gohostarch)
237 tooldir = pathf("%s/pkg/tool/%s_%s", goroot, gohostos, gohostarch)
25 gohostarch string var
    [all...]
test.go 61 gohostarch string
104 t.gohostarch = mustEnv("GOHOSTARCH")
729 if t.gohostarch == "ppc64le" {
810 env := mergeEnvLists([]string{"GOARCH=" + t.gohostarch, "GOOS=" + t.gohostos}, os.Environ())
1060 if t.goos == "freebsd" && t.gohostarch == "386" {
1121 cmd.Env = mergeEnvLists([]string{"GOOS=" + t.gohostos, "GOARCH=" + t.gohostarch, "GOMAXPROCS="}, os.Environ())
    [all...]

Completed in 883 milliseconds