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

  /prebuilts/go/darwin-x86/src/
run.bash 15 export GOHOSTOS
iostest.bash 59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
make.bash 151 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
152 echo "##### Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
155 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
make.rc 81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
82 echo '##### Building packages and commands for host,' $GOHOSTOS/$GOHOSTARCH^.
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
androidtest.bash 34 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
make.bat 89 if not %GOHOSTOS% == %GOOS% goto localbuild
93 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
97 set GOOS=%GOHOSTOS%
  /prebuilts/go/linux-x86/src/
run.bash 15 export GOHOSTOS
iostest.bash 59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
make.bash 151 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
152 echo "##### Building packages and commands for host, $GOHOSTOS/$GOHOSTARCH."
155 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
make.rc 81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
82 echo '##### Building packages and commands for host,' $GOHOSTOS/$GOHOSTARCH^.
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
androidtest.bash 34 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
make.bat 89 if not %GOHOSTOS% == %GOOS% goto localbuild
93 echo ##### Building packages and commands for host, %GOHOSTOS%/%GOHOSTARCH%.
97 set GOOS=%GOHOSTOS%
  /build/blueprint/
bootstrap.bash 63 [ -z "$GOOS" ] && GOOS=`go env GOHOSTOS`

Completed in 122 milliseconds