]> Cypherpunks repositories - gostls13.git/commit
cmd/link/internal/loong64: correct the musl dynamic linker path
authorlimeidan <limeidan@loongson.cn>
Fri, 1 Mar 2024 03:13:21 +0000 (11:13 +0800)
committerGopher Robot <gobot@golang.org>
Thu, 23 May 2024 18:50:04 +0000 (18:50 +0000)
commit128a99decdfd697f6426e3ee651e852081dd7ac5
tree0409be48c697c41ae69e355a35468b046b4952ce
parentbf91eb3a8bb057a620f3823e4d6b74a529c0a44d
cmd/link/internal/loong64: correct the musl dynamic linker path

Musl libc already supports loongarch64, the dynamic linker path is the
same as other architectures: /lib/ld-musl-$ARCH.so.1

Ref: https://git.musl-libc.org/cgit/musl/tree/INSTALL#n141

Change-Id: Ie31d4254f6e14a5d634b2a7b5fa4c6270e2c0dc7
Reviewed-on: https://go-review.googlesource.com/c/go/+/569475
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
Reviewed-by: sophie zhao <zhaoxiaolin@loongson.cn>
Reviewed-by: Qiqi Huang <huangqiqi@loongson.cn>
src/cmd/link/internal/loong64/obj.go