aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/work/gccgo.go
AgeCommit message (Expand)Author
2020-10-15cmd/go: rewrite paths for overlaid files using -trimpathMichael Matloob
2020-10-05cmd/go: use cmd/internal/pkgpath for gccgo pkgpath symbolIan Lance Taylor
2019-09-18cmd/go: support -trimpath with gccgoBryan C. Mills
2019-09-08all: fix typosAinar Garipov
2019-07-31cmd/go: only pass -fsplit-stack to gccgo if supportedIan Lance Taylor
2019-06-24cmd/go: silence ar with D flag failuresClément Chigot
2019-05-16cmd/go: add more information to -debug-actiongraphRuss Cox
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-03-05cmd/go: pass -X64 to ar on aix/ppc64Clément Chigot
2019-03-01cmd/go: remove work directory on usage errorIan Lance Taylor
2019-02-27cmd/go: fix -Wl,--whole-archive for aix/ppc64Clément Chigot
2018-11-14cmd/go: allow the user to specify ar via an environment variableAli Rizvi-Santiago
2018-11-12cmd/go, cmd/dist: plumb symabis from assembler to compilerAustin Clements
2018-10-31cmd/go: don't pass empty string to ar when using -compiler=gccgoIan Lance Taylor
2018-10-31cmd: allow build with gccgo on AIXClément Chigot
2018-03-16cmd/go: remove some unused parametersDaniel Martí
2018-01-12cmd/go: make gccgo -buildmode=shared and -linkshared work againIan Lance Taylor
2018-01-05cmd/go: add support for build IDs with gccgoIan Lance Taylor
2017-11-13cmd/go: cache and replay command output during buildRuss Cox
2017-11-09cmd/go: implement per-package asmflags, gcflags, ldflags, gccgoflagsRuss Cox
2017-11-06cmd/dist, cmd/cgo, cmd/go: allow per-goos/goarch default CCRuss Cox
2017-10-20cmd/go/internal/work: factor build.go into multiple filesRuss Cox