mirror of https://github.com/golang/go.git
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:
parent
1b07b774c0
commit
7a072fc250
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue