aboutsummaryrefslogtreecommitdiff
path: root/src/make.bash
AgeCommit message (Expand)Author
2021-08-11src/make.*: make --no-clean flag a no-op that prints a warningMatthew Dempsky
2021-08-06make.bash: do not overwrite GO_LDSO if already setCherry Mui
2021-05-18make.bash: fix misuse of continueCherry Mui
2021-03-19make.bash: this change modifies Go to correctly select a dyamic linkerDilyn Corner
2020-09-21make.bash: avoid warning when bootstrap doesn't support GOOS/GOARCHAustin Clements
2020-09-10all: check GOROOT_BOOTSTRAP executable before bootsrapppingCuong Manh Le
2019-11-01make.bash: show bootstrap versionBrad Fitzpatrick
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-11cmd,std: add go.mod filesBryan C. Mills
2019-03-01cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser
2018-11-16build: clear GO111MODULE during make.bash etcRuss Cox
2018-08-01cmd/go: add $GOFLAGS environment variableRuss Cox
2018-06-20make.bash: don't pass GOOS and GOARCH to cmd/go when finding GOROOT_BOOTSTRAPLE Manh Cuong
2018-05-04src/*.bash: remove some trailing whitespaceZhou Peng
2017-11-03cmd/dist: fix bad LC_TIME assumption in 'date' invocationAlberto Donizetti
2017-11-01make.bash: show correct GOROOT_BOOTSTRAP when using `go env GOROOT`Filippo Valsorda
2017-10-31build: quiet make.bash, make.bat, make.rcRuss Cox
2017-10-31cmd/dist: log timing to $GOBUILDTIMELOGFILERuss Cox
2017-10-25build: move final steps of make.bash, make.bat, make.rc into cmd/distRuss Cox
2017-08-25build: add `go env GOROOT` as default GOROOT_BOOTSTRAP valueWei Congrui
2017-03-14*.bash: always use the same string equality operatorDaniel Martí
2017-03-10cmd/go: when expanding "cmd", skip vendored main packagesIan Lance Taylor
2017-03-09src/*.bash: use tabs consistentlyDaniel Martí
2016-10-03cmd/dist, cmd/go: add environment variable override for pkg-configBoris Nagaev
2016-05-19build: unset GOBIN during buildBrad Fitzpatrick
2016-03-18cmd/dist: redo flag-passing for bootstrapDavid Chase
2016-03-18cmd/compile: get gcflags to bootstrap; ssa debug opts for "all"David Chase
2016-02-24cmd/go, go/build: add support for Fortrankortschak
2015-12-17src: remove reference to since-deleted dist -s flagBrad Fitzpatrick
2015-08-24make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOTDave Cheney
2015-06-17doc: replace references to {5..9}{g,l} with go tool compile and go tool linkJeremy Jackins
2015-02-23[dev.cc] cmd/go: fix expansion of 'std', add 'cmd'Russ Cox
2015-02-04[dev.cc] all: merge master (b8fcae0) into dev.ccRuss Cox
2015-02-04cmd/go, make: remove ccflagsJosh Bleecher Snyder
2015-01-21[dev.cc] build: do not 'clean -i std' between dist and go_bootstrapRuss Cox
2015-01-21[dev.cc] cmd/dist: bootstrap Go toolchain using Go 1.4Russ Cox
2015-01-14[dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 buildRuss Cox
2015-01-14[dev.cc] build: fix cross-compilationRuss Cox
2015-01-10build: require old Go to build new Go (and convert cmd/dist to Go)Russ Cox
2014-12-13build: change all.bash output to be more markdown-friendlyRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-05-20build: make nacl passRuss Cox
2014-04-29make.bash: if CC is not set, and gcc doesn't exist, try clang/clang++.Shenghou Ma
2014-02-06cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabledElias Naur
2013-10-01cmd/dist, build: support building statically linked toolchainShenghou Ma
2013-08-19make.bash: exit if dist failsRob Pike
2013-04-16cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on DarwinShenghou Ma
2013-03-29cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor
2013-03-16make.bash: delete vestigial TODO, now resolvedRob Pike
2013-03-12go/types: delete from main repo; part of move to go.expRob Pike