/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/ |
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...] |
nacltest.bash | 16 # guess GOARCH if not set 17 naclGOARCH=$GOARCH 32 # Check GOARCH. 53 echo 'unsupported $GOARCH for nacl: '"$naclGOARCH" 1>&2 62 unset GOOS GOARCH 80 GOOS=nacl GOARCH=$naclGOARCH ./all.bash
|
make.bash | 18 # GOARCH: The target architecture for installed packages and tools. 40 # CC_FOR_TARGET: Command line to run to compile C code for GOARCH. 43 # CXX_FOR_TARGET: Command line to run to compile C++ code for GOARCH. 101 # cmd/dist will detect kFreeBSD as freebsd/$GOARCH, but we need to 121 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist 151 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then 155 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \ 160 echo "##### Building packages and commands for $GOOS/$GOARCH."
|
make.rc | 18 # GOARCH: The target architecture for installed packages and tools. 55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist 81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){ 83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \ 88 echo '##### Building packages and commands for' $GOOS/$GOARCH^.
|
/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...] |
nacltest.bash | 16 # guess GOARCH if not set 17 naclGOARCH=$GOARCH 32 # Check GOARCH. 53 echo 'unsupported $GOARCH for nacl: '"$naclGOARCH" 1>&2 62 unset GOOS GOARCH 80 GOOS=nacl GOARCH=$naclGOARCH ./all.bash
|
/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")
|
/prebuilts/go/darwin-x86/misc/nacl/ |
go_nacl_386_exec | 5 export NACLENV_GOARCH=$GOARCH
|
go_nacl_amd64p32_exec | 5 export NACLENV_GOARCH=$GOARCH
|
go_nacl_arm_exec | 5 export NACLENV_GOARCH=$GOARCH
|
/prebuilts/go/linux-x86/misc/nacl/ |
go_nacl_386_exec | 5 export NACLENV_GOARCH=$GOARCH
|
go_nacl_amd64p32_exec | 5 export NACLENV_GOARCH=$GOARCH
|
go_nacl_arm_exec | 5 export NACLENV_GOARCH=$GOARCH
|
/prebuilts/go/darwin-x86/src/os/user/ |
lookup_stubs.go | 19 return nil, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH) 23 return nil, fmt.Errorf("user: Lookup not implemented on %s/%s", runtime.GOOS, runtime.GOARCH) 27 return nil, fmt.Errorf("user: LookupId not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/linux-x86/src/os/user/ |
lookup_stubs.go | 19 return nil, fmt.Errorf("user: Current not implemented on %s/%s", runtime.GOOS, runtime.GOARCH) 23 return nil, fmt.Errorf("user: Lookup not implemented on %s/%s", runtime.GOOS, runtime.GOARCH) 27 return nil, fmt.Errorf("user: LookupId not implemented on %s/%s", runtime.GOOS, runtime.GOARCH)
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
zbootstrap.go | 11 const defaultGOARCH = runtime.GOARCH
|