]> Cypherpunks repositories - gostls13.git/commit
Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64"
authorJoel Sing <joel@sing.id.au>
Thu, 29 Oct 2020 17:32:18 +0000 (04:32 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 29 Oct 2020 18:26:18 +0000 (18:26 +0000)
commit2e6f50020cacd68f24e413d24d4c3e92e0c9e69f
tree75258532f956f4c4d86b1680fbf950df65e22c59
parent3a819e8998af1db3bdd34eb2ab059a3c534c6def
Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64"

This reverts CL 263457.

It turns out that this still missed changes to cmd/link/internal/ld/config.go
and some of these build modes also fail once cgo is enabled. Disable again for
now.

Change-Id: Iaf40d44e1551afd5b040d357f04af134f55a64a9
Reviewed-on: https://go-review.googlesource.com/c/go/+/266317
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Trust: Joel Sing <joel@sing.id.au>
src/cmd/compile/internal/gc/main.go
src/cmd/dist/test.go
src/cmd/go/go_test.go
src/cmd/internal/sys/supported.go