HomeSort by relevance Sort by last modified time
    Searched refs:GOARCH (Results 1 - 25 of 408) 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/
iostest.bash 23 if [ "$GOARCH" != "arm" ] && [ "$GOARCH" != "arm64" ]; then
24 echo "iostest.bash requires GOARCH=arm or GOARCH=arm64, got GOARCH=$GOARCH" 1>&2
27 if [ "$GOARCH" == "arm" ]; then
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
60 -o ../bin/go_darwin_${GOARCH}_exec \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go
    [all...]
buildall.bash 48 export GOARCH=$(echo $target | sed 's/.*-//')
50 if [ "$GOARCH" = "arm5" ]; then
51 export GOARCH=arm
54 if [ "$GOARCH" = "387" ]; then
55 export GOARCH=386
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"
50 goarch="$(../bin/go env GOARCH)"
55 if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)"
    [all...]
  /prebuilts/go/linux-x86/src/
iostest.bash 23 if [ "$GOARCH" != "arm" ] && [ "$GOARCH" != "arm64" ]; then
24 echo "iostest.bash requires GOARCH=arm or GOARCH=arm64, got GOARCH=$GOARCH" 1>&2
27 if [ "$GOARCH" == "arm" ]; then
59 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
60 -o ../bin/go_darwin_${GOARCH}_exec \
65 eval $(GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ../misc/ios/detect.go
    [all...]
buildall.bash 48 export GOARCH=$(echo $target | sed 's/.*-//')
50 if [ "$GOARCH" = "arm5" ]; then
51 export GOARCH=arm
54 if [ "$GOARCH" = "387" ]; then
55 export GOARCH=386
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"
50 goarch="$(../bin/go env GOARCH)"
55 if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
68 echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)"
    [all...]
  /prebuilts/go/darwin-x86/misc/ios/
clangwrap.sh 11 if [ "$GOARCH" == "arm" ]; then
13 elif [ "$GOARCH" == "arm64" ]; then
16 echo "unknown GOARCH=$GOARCH" >&2
  /prebuilts/go/linux-x86/misc/ios/
clangwrap.sh 11 if [ "$GOARCH" == "arm" ]; then
13 elif [ "$GOARCH" == "arm64" ]; then
16 echo "unknown GOARCH=$GOARCH" >&2
  /prebuilts/go/darwin-x86/src/syscall/
mkall.sh 17 # * asm_${GOOS}_${GOARCH}.s
39 # * syscall_${GOOS}_${GOARCH}.go
57 # * zerror_${GOOS}_${GOARCH}.go
64 # * zsyscall_${GOOS}_${GOARCH}.go
68 # * zsysnum_${GOOS}_${GOARCH}.go
72 # * ztypes_${GOOS}_${GOARCH}.go
76 GOOSARCH="${GOOS}_${GOARCH}"
113 echo 'undefined $GOOS_$GOARCH:' "$GOOSARCH" 1>&2
120 mktypes="GOARCH=$GOARCH go tool cgo -godefs
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
mkall.sh 17 # * asm_${GOOS}_${GOARCH}.s
39 # * syscall_${GOOS}_${GOARCH}.go
57 # * zerror_${GOOS}_${GOARCH}.go
64 # * zsyscall_${GOOS}_${GOARCH}.go
68 # * zsysnum_${GOOS}_${GOARCH}.go
72 # * ztypes_${GOOS}_${GOARCH}.go
76 GOOSARCH="${GOOS}_${GOARCH}"
113 echo 'undefined $GOOS_$GOARCH:' "$GOOSARCH" 1>&2
120 mktypes="GOARCH=$GOARCH go tool cgo -godefs
    [all...]
  /prebuilts/go/darwin-x86/test/
env.go 18 ga := os.Getenv("GOARCH")
19 if ga != runtime.GOARCH {
20 print("$GOARCH=", ga, "!= runtime.GOARCH=", runtime.GOARCH, "\n")
  /prebuilts/go/linux-x86/test/
env.go 18 ga := os.Getenv("GOARCH")
19 if ga != runtime.GOARCH {
20 print("$GOARCH=", ga, "!= runtime.GOARCH=", runtime.GOARCH, "\n")

Completed in 288 milliseconds

1 2 3 4 5 6 7 8 91011>>