]> Cypherpunks repositories - gostls13.git/commit
cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64
authorJoel Sing <joel@sing.id.au>
Sat, 2 Mar 2024 08:53:20 +0000 (19:53 +1100)
committerJoel Sing <joel@sing.id.au>
Sat, 16 Mar 2024 02:25:22 +0000 (02:25 +0000)
commit68d3a9e417344c11426f158c7a6f3197a0890ff1
tree66a6480ff3b4f2613ceb65deb36c291ff1ceda9b
parentb822f098c557ea3d9200fd2d8a2e2b4d641e83e4
cmd/dist,cmd/link: enable PIE buildmode on openbsd/arm64

The PIE buildmode works correctly on openbsd/arm64, hence enable it.

Updates #59866

Change-Id: I2f3c2839893659391539fafa12891d64f867e189
Reviewed-on: https://go-review.googlesource.com/c/go/+/570375
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
src/cmd/dist/test.go
src/cmd/link/internal/ld/lib.go
src/internal/platform/supported.go