summaryrefslogtreecommitdiff
path: root/src/make.bash
Commit message (Expand)AuthorAgeFilesLines
* make.bash, make.rc: fix GOROOT detection when GOEXPERIMENT is setRuss Cox2023-01-171-4/+8
* all: use Go 1.17.13 for bootstrapRuss Cox2022-10-171-6/+8
* build: update comments about Go 1.4 in make.bash, make.bat, make.rcRuss Cox2022-08-151-5/+8
* cmd/link: detect glibc vs musl ldso at link timeRuss Cox2022-08-081-9/+0
* cmd/dist: move more environment logic into cmd/dist from make and run scriptsBryan C. Mills2022-04-051-7/+1
* make.bash: disable GOEXPERIMENT when using bootstrap toolchainRuss Cox2022-04-041-2/+2
* make.bash: document CC_FOR_${GOOS}_${GOARCH}uji2022-04-041-1/+9
* build: force GOWORK=off in make.{bash,bat,rc}Dmitri Shuralyov2022-03-211-0/+1
* build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox2021-12-081-1/+10
* Revert "build: for default bootstrap, use Go 1.17 if present, falling back to...Michael Pratt2021-12-081-8/+1
* build: for default bootstrap, use Go 1.17 if present, falling back to Go 1.4Russ Cox2021-12-071-1/+8
* src: do not emit warning when GOROOT_BOOTSTRAP is unsetCuong Manh Le2021-09-021-2/+5
* src: emit warning when make.bash run with invalid GOROOT_BOOTSTRAPCuong Manh Le2021-09-021-0/+2
* src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky2021-08-111-7/+1
* make.bash: do not overwrite GO_LDSO if already setCherry Mui2021-08-061-2/+2
* make.bash: fix misuse of continueCherry Mui2021-05-181-4/+5
* make.bash: this change modifies Go to correctly select a dyamic linkerDilyn Corner2021-03-191-7/+6
* make.bash: avoid warning when bootstrap doesn't support GOOS/GOARCHAustin Clements2020-09-211-1/+4
* all: check GOROOT_BOOTSTRAP executable before bootsrapppingCuong Manh Le2020-09-101-5/+5
* make.bash: show bootstrap versionBrad Fitzpatrick2019-11-011-1/+2
* cmd/go: add env -w and env -u to set and unset default env varsRuss Cox2019-04-231-0/+1
* cmd,std: add go.mod filesBryan C. Mills2019-03-111-1/+1
* cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser2019-03-011-0/+12
* build: clear GO111MODULE during make.bash etcRuss Cox2018-11-161-0/+1
* cmd/go: add $GOFLAGS environment variableRuss Cox2018-08-011-0/+1
* make.bash: don't pass GOOS and GOARCH to cmd/go when finding GOROOT_BOOTSTRAPLE Manh Cuong2018-06-201-1/+1
* src/*.bash: remove some trailing whitespaceZhou Peng2018-05-041-1/+1
* cmd/dist: fix bad LC_TIME assumption in 'date' invocationAlberto Donizetti2017-11-031-1/+1
* make.bash: show correct GOROOT_BOOTSTRAP when using `go env GOROOT`Filippo Valsorda2017-11-011-7/+11
* build: quiet make.bash, make.bat, make.rcRuss Cox2017-10-311-5/+17
* cmd/dist: log timing to $GOBUILDTIMELOGFILERuss Cox2017-10-311-0/+8
* build: move final steps of make.bash, make.bat, make.rc into cmd/distRuss Cox2017-10-251-36/+12
* build: add `go env GOROOT` as default GOROOT_BOOTSTRAP valueWei Congrui2017-08-251-1/+9
* *.bash: always use the same string equality operatorDaniel Martí2017-03-141-2/+2
* cmd/go: when expanding "cmd", skip vendored main packagesIan Lance Taylor2017-03-101-0/+13
* src/*.bash: use tabs consistentlyDaniel Martí2017-03-091-1/+1
* cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev2016-10-031-0/+2
* build: unset GOBIN during buildBrad Fitzpatrick2016-05-191-0/+3
* cmd/dist: redo flag-passing for bootstrapDavid Chase2016-03-181-1/+1
* cmd/compile: get gcflags to bootstrap; ssa debug opts for "all"David Chase2016-03-181-1/+2
* cmd/go, go/build: add support for Fortrankortschak2016-02-241-0/+3
* src: remove reference to since-deleted dist -s flagBrad Fitzpatrick2015-12-171-2/+1
* make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOTDave Cheney2015-08-241-0/+6
* doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins2015-06-171-2/+2
* [dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox2015-02-231-2/+2
* [dev.cc] all: merge master (b8fcae0) into dev.ccRuss Cox2015-02-041-5/+2
|\
| * cmd/go, make: remove ccflagsJosh Bleecher Snyder2015-02-041-5/+2
* | [dev.cc] build: do not 'clean -i std' between dist and go_bootstrapRuss Cox2015-01-211-1/+0
* | [dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4Russ Cox2015-01-211-1/+0
|/
* [dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 buildRuss Cox2015-01-141-1/+1