]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64
authorJoel Sing <joel@sing.id.au>
Tue, 3 Nov 2020 13:26:15 +0000 (00:26 +1100)
committerJoel Sing <joel@sing.id.au>
Wed, 4 Nov 2020 06:12:33 +0000 (06:12 +0000)
commit8eb846fd37eb7bded8a1cf6932be2c59069863e5
treeda9fd86af15056194c461b3aed68107a0f43397e
parente1b305af028544e00a22c905e68049c98c10a1cc
cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64

Enable pie as a buildmode for linux/riscv64, along with associated tests.

Change-Id: I3fb0234d534dbeb96aa6cee6ae872304fbe02cf4
Reviewed-on: https://go-review.googlesource.com/c/go/+/267317
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