summaryrefslogtreecommitdiff
path: root/src/Make.inc
Commit message (Expand)AuthorAgeFilesLines
* build: avoid redundant bss declarationsRuss Cox2011-08-231-1/+4
* build: add openbsdJoel Sing2011-08-221-0/+1
* build: allow builds without cgoRuss Cox2011-08-101-5/+21
* goinstall: handle $(GOOS) and $(GOARCH) in filenamesGustavo Niemeyer2011-03-071-14/+21
* remove naclRuss Cox2010-12-151-2/+1
* build: Allow archiver to be specified in the environment with HOST_AR.Albert Strasheim2010-12-071-0/+1
* build: fiddle with make variablesRuss Cox2010-11-011-1/+11
* Make.inc: delete unnecessary -no-inline flag to quietgccRob Pike2010-10-211-1/+1
* 8l, runtime: initial support for Plan 9Yuval Pavel Zholkover2010-10-181-1/+2
* build: fix darwin/386 buildAndrew Gerrand2010-10-121-0/+5
* build: add GOHOSTOS and GOHOSTARCH environment variables.Andrew Gerrand2010-10-081-6/+16
* build: clear custom variables like GREP_OPTIONSRuss Cox2010-09-281-0/+13
* build: fixes for native arm buildRuss Cox2010-09-211-1/+1
* Make.inc: make GOOS detection work on windowsAlex Brainman2010-09-201-1/+1
* build: avoid bad environment interactionsRuss Cox2010-09-111-2/+15
* Make.inc: fix build for tiny.Rob Pike2010-09-091-1/+2
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-0/+93