HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 1 - 25 of 464) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toolchain-utils/go/android/
go_shamu_exec 8 GOOS="android" GOARCH="arm" exec go_target_exec shamu "$@"
go_volantis_exec 8 GOOS="android" GOARCH="arm64" exec go_target_exec volantis "$@"
go_shamu 8 GOOS="android" GOARCH="arm" CGO_ENABLED="1" \
go_volantis 8 GOOS="android" GOARCH="arm64" CGO_ENABLED="1" \
build_go 17 GOOS="android" GOARCH="arm" CGO_ENABLED="1" \
23 GOOS="android" GOARCH="arm64" CGO_ENABLED="1" \
  /external/toolchain-utils/go/chromeos/
go_daisy_exec 10 GOOS="linux" GOARCH="arm" exec go_target_exec daisy "$@"
go_panther_exec 10 GOOS="linux" GOARCH="amd64" exec go_target_exec panther "$@"
go_x86-zgb_exec 10 GOOS="linux" GOARCH="386" exec go_target_exec x86-zgb "$@"
go_daisy 8 GOOS="linux" GOARCH="arm" CGO_ENABLED="1" \
go_panther 8 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
go_x86-zgb 8 GOOS="linux" GOARCH="386" CGO_ENABLED="1" \
build_go 18 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
22 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
28 GOOS="linux" GOARCH="386" CGO_ENABLED="1" \
32 GOOS="linux" GOARCH="386" CGO_ENABLED="1" \
38 GOOS="linux" GOARCH="arm" CGO_ENABLED="1" \
42 GOOS="linux" GOARCH="arm" CGO_ENABLED="1" \
  /external/toolchain-utils/go/
go_local 5 GOOS="linux" GOARCH="amd64" CGO_ENABLED="1" \
  /prebuilts/go/darwin-x86/src/
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
10 # this script cross-compiles a toolchain for that GOOS/GOARCH
11 # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
20 if [ "$GOOS" = "" -o "$GOARCH" = "" ]; then
21 echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash" >&2
25 targ="../../go-${GOOS}-${GOARCH}-bootstrap"
49 goos="$(../bin/go env GOOS)"
55 if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)"
    [all...]
iostest.bash 16 if [ -z $GOOS ]; then
17 export GOOS=darwin
19 if [ "$GOOS" != "darwin" ]; then
20 echo "iostest.bash requires GOOS=darwin, got GOOS=$GOOS" 1>&2
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
naclmake.bash 31 unset GOOS GOARCH
48 GOOS=nacl GOARCH=$naclGOARCH ./make.bash
  /prebuilts/go/linux-x86/src/
bootstrap.bash 8 # GOOS=linux GOARCH=ppc64 bootstrap.bash
10 # this script cross-compiles a toolchain for that GOOS/GOARCH
11 # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
20 if [ "$GOOS" = "" -o "$GOARCH" = "" ]; then
21 echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash" >&2
25 targ="../../go-${GOOS}-${GOARCH}-bootstrap"
49 goos="$(../bin/go env GOOS)"
55 if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)"
    [all...]
iostest.bash 16 if [ -z $GOOS ]; then
17 export GOOS=darwin
19 if [ "$GOOS" != "darwin" ]; then
20 echo "iostest.bash requires GOOS=darwin, got GOOS=$GOOS" 1>&2
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go)
naclmake.bash 31 unset GOOS GOARCH
48 GOOS=nacl GOARCH=$naclGOARCH ./make.bash
  /prebuilts/go/darwin-x86/misc/nacl/
go_nacl_386_exec 6 export NACLENV_GOOS=$GOOS
go_nacl_amd64p32_exec 6 export NACLENV_GOOS=$GOOS
go_nacl_arm_exec 6 export NACLENV_GOOS=$GOOS
  /prebuilts/go/linux-x86/misc/nacl/
go_nacl_386_exec 6 export NACLENV_GOOS=$GOOS
go_nacl_amd64p32_exec 6 export NACLENV_GOOS=$GOOS
go_nacl_arm_exec 6 export NACLENV_GOOS=$GOOS

Completed in 304 milliseconds

1 2 3 4 5 6 7 8 91011>>