]> Cypherpunks repositories - gostls13.git/commit
cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64
authorWANG Xuerui <git@xen0n.name>
Sun, 4 Dec 2022 07:06:45 +0000 (15:06 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 10 Apr 2023 15:13:07 +0000 (15:13 +0000)
commit4bd77619b743c3c986742527236568e43db37c44
tree273ec5d0d3a3673706662b6ceae6cdf0b93f4f2e
parentee522e2cdad04a43bc9374776483b6249eb97ec9
cmd/compile, cmd/dist, internal: enable buildmode=pie for linux/loong64

This is actually not tied to the ELF psABI v2 upgrade, and can be
enabled "for free".

Change-Id: I6906d9eb4bd8655c685b059283e200cb7e210369
Reviewed-on: https://go-review.googlesource.com/c/go/+/455075
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Run-TryBot: Ben Shi <powerman1st@163.com>
Reviewed-by: Meidan Li <limeidan@loongson.cn>
Run-TryBot: WANG Xuerui <git@xen0n.name>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/base/flag.go
src/cmd/dist/test.go
src/internal/platform/supported.go