toolchain/gcc: fix loongarch64 ldso file name
authorWeijie Gao <hackpascal@gmail.com>
Thu, 18 Apr 2024 10:58:18 +0000 (18:58 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Sat, 4 May 2024 06:12:56 +0000 (14:12 +0800)
commitc5946c07241272361da702b5eebd5f887b8a68c1
treef72f0c5fa3a80d526d1d2d7c42d1770fc24c8eb3
parent6bb2551343fb53423c7129e93fee3b1abde402d1
toolchain/gcc: fix loongarch64 ldso file name

GCC has changed musl dynamic linker name from
ld-musl-loongarch-lp64d.so.1 to ld-musl-loongarch64.so.1 recently [1].

Meanwhile musl 1.2.5 only supports the new name. So it's better to follow
the new name.

[1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=8bccee51f0deac64b79cd9ad75df599422f4c8ff

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
toolchain/gcc/patches-13.x/400-LoongArch-Fix-MUSL_DYNAMIC_LINKER.patch [new file with mode: 0644]
toolchain/gcc/patches-13.x/401-LoongArch-Modify-MUSL_DYNAMIC_LINKER.patch [new file with mode: 0644]