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

  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 17 goos=$(go env GOOS)
22 installdir=pkg/${goos}_${goarch}_testcshared_shared
23 if [ "${goos}/${goarch}" == "android/arm" ] || [ "${goos}/${goarch}" == "darwin/amd64" ]; then
24 installdir=pkg/${goos}_${goarch}_testcshared
35 if [ "$goos" == "android" ]; then
41 if [ "$goos" == "android" ]; then
46 case "$goos" in
64 if [ "$goos" == "android" ]; the
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
test.bash 17 goos=$(go env GOOS)
22 installdir=pkg/${goos}_${goarch}_testcshared_shared
23 if [ "${goos}/${goarch}" == "android/arm" ] || [ "${goos}/${goarch}" == "darwin/amd64" ]; then
24 installdir=pkg/${goos}_${goarch}_testcshared
35 if [ "$goos" == "android" ]; then
41 if [ "$goos" == "android" ]; then
46 case "$goos" in
64 if [ "$goos" == "android" ]; the
    [all...]
  /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...]
  /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...]

Completed in 62 milliseconds