summaryrefslogtreecommitdiff
path: root/src/make.bash
Commit message (Expand)AuthorAgeFilesLines
* 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
* [dev.cc] build: fix cross-compilationRuss Cox2015-01-141-1/+1
* build: require old Go to build new Go (and convert cmd/dist to Go)Russ Cox2015-01-101-17/+9
* build: change all.bash output to be more markdown-friendlyRuss Cox2014-12-131-4/+4
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* build: make nacl passRuss Cox2014-05-201-0/+1
* make.bash: if CC is not set, and gcc doesn't exist, try clang/clang++.Shenghou Ma2014-04-291-0/+4
* cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabledElias Naur2014-02-061-5/+12
* cmd/dist, build: support building statically linked toolchainShenghou Ma2013-10-011-1/+6
* make.bash: exit if dist failsRob Pike2013-08-191-1/+6
* cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on DarwinShenghou Ma2013-04-161-0/+4
* cmd/dist, cmd/ld: GO_EXTLINK_ENABLED=0 defaults to -linkmode=internalIan Lance Taylor2013-03-291-0/+5
* make.bash: delete vestigial TODO, now resolvedRob Pike2013-03-161-1/+0
* go/types: delete from main repo; part of move to go.expRob Pike2013-03-121-3/+2
* make.bash,bat: add -tags gotypes to the buildRob Pike2013-03-061-2/+4
* build: clang supportRuss Cox2013-02-151-1/+4
* cmd/6c, cmd/6g: add flag to support large-model code generationElias Naur2013-02-011-2/+5
* cmd/dist: support building on debian/kFreeBSDDave Cheney2012-12-041-0/+7