cmd/link/internal/loong64: correct the musl dynamic linker path

The arch name of loong64 should be loongarch64

Fixes #67832

Change-Id: Ic5cf0f0274262a164bba78c426813a8b8851033b
Reviewed-on: https://go-review.googlesource.com/c/go/+/590695
Reviewed-by: Than McIntosh <thanm@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: abner chenc <chenguoqi@loongson.cn>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Commit-Queue: Ian Lance Taylor <iant@google.com>
This commit is contained in:
limeidan 2024-06-05 11:53:35 +08:00 committed by Gopher Robot
parent 1b07b774c0
commit 7a072fc250
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func Init() (*sys.Arch, ld.Arch) {
ELF: ld.ELFArch{
Linuxdynld: "/lib64/ld-linux-loongarch-lp64d.so.1",
LinuxdynldMusl: "/lib/ld-musl-loongarch.so.1",
LinuxdynldMusl: "/lib/ld-musl-loongarch64.so.1",
Freebsddynld: "XXX",
Openbsddynld: "XXX",
Netbsddynld: "XXX",