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

  /prebuilts/go/darwin-x86/src/
make.bash 159 ./cmd/dist/dist bootstrap $buildall $GO_DISTFLAGS -v # builds go_bootstrap
170 "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
175 CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
178 rm -f "$GOTOOLDIR"/go_bootstrap
make.rc 72 ./cmd/dist/dist bootstrap $buildall -v # builds go_bootstrap
84 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
89 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
92 rm -f $GOTOOLDIR/go_bootstrap
make.bat 103 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -v std cmd
112 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -v std cmd
115 del "%GOTOOLDIR%\go_bootstrap.exe"
  /prebuilts/go/linux-x86/src/
make.bash 159 ./cmd/dist/dist bootstrap $buildall $GO_DISTFLAGS -v # builds go_bootstrap
170 "$GOTOOLDIR"/go_bootstrap install -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
175 CC=$CC_FOR_TARGET "$GOTOOLDIR"/go_bootstrap install $GO_FLAGS -gcflags "$GO_GCFLAGS" -ldflags "$GO_LDFLAGS" -v std cmd
178 rm -f "$GOTOOLDIR"/go_bootstrap
make.rc 72 ./cmd/dist/dist bootstrap $buildall -v # builds go_bootstrap
84 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
89 $GOTOOLDIR/go_bootstrap install -gcflags $"GO_GCFLAGS -ldflags $"GO_LDFLAGS -v $pflag std cmd
92 rm -f $GOTOOLDIR/go_bootstrap
make.bat 103 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -v std cmd
112 "%GOTOOLDIR%\go_bootstrap" install -gcflags "%GO_GCFLAGS%" -ldflags "%GO_LDFLAGS%" -a -v std cmd
115 del "%GOTOOLDIR%\go_bootstrap.exe"
  /prebuilts/go/darwin-x86/src/cmd/dist/
build.go 565 elem = "go_bootstrap"
1009 // stopping at having installed the go_bootstrap command.
1067 xprintf("##### Building go_bootstrap for host, %s/%s.\n", gohostos, gohostarch)
  /prebuilts/go/linux-x86/src/cmd/dist/
build.go 565 elem = "go_bootstrap"
1009 // stopping at having installed the go_bootstrap command.
1067 xprintf("##### Building go_bootstrap for host, %s/%s.\n", gohostos, gohostarch)

Completed in 1027 milliseconds