]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64
authorJoel Sing <joel@sing.id.au>
Tue, 2 Jun 2020 13:34:06 +0000 (23:34 +1000)
committerJoel Sing <joel@sing.id.au>
Tue, 27 Oct 2020 03:58:50 +0000 (03:58 +0000)
commit4f2d2134764b0b7654105ac2d6f75a75cdc1de56
treec8778c465f27da80302614640820a16084a1f92b
parenta19cf510af8182751fefc16ce962f91fe17c1e1b
cmd/compile,cmd/internal/sys: enable additional build modes on linux/riscv64

Enable c-archive, c-shared, shared and pie build modes for linux/riscv64.

Change-Id: I15a8a51b84dbbb82a5b6592aec84a7f09f0cc37f
Reviewed-on: https://go-review.googlesource.com/c/go/+/263457
Trust: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/compile/internal/gc/main.go
src/cmd/dist/test.go
src/cmd/go/go_test.go
src/cmd/internal/sys/supported.go