aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/sys/supported.go
AgeCommit message (Expand)Author
2020-10-27cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64Joel Sing
2020-10-22all: add GOOS=ios GOARCH=amd64 target for the ios simulatorElias Naur
2020-10-14cmd/link: support internal linking on darwin/arm64Cherry Zhang
2020-10-14cmd/link: support PIE internal linking on darwin/amd64Cherry Zhang
2020-10-12cmd/go: don't always link in cgo for PIECherry Zhang
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support C-shared buildmode on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support PIE on macOS/ARM64Cherry Zhang
2020-10-06cmd/link: support plugin on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2020-02-26cmd/link: default to internal linking for android/arm64Elias Naur
2019-11-22cmd/go/internal/work: reduce code duplication in buildModeInit by using sys.B...Bryan C. Mills
2019-11-22cmd/go: add a 'buildmode' condition for script testsBryan C. Mills
2019-04-30cmd/go,cmd/internal/sys,cmd/link: skip Go build ids for externally linked toolsElias Naur
2019-04-24cmd/dist: skip race detector test failure for unsupported VMAFangming.Fang
2019-04-08cmd/go/internal/work: make toolchain builds reproducible when buildmode=pieElias Naur
2018-11-13cmd,runtime: enable race detector on arm64Fangming.Fang
2018-08-21cmd/compile: only support -race and -msan where they workIan Lance Taylor