openwrt/toolchain/musl/patches
Weijie Gao 197d90dc31 toolchain/musl: 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].

This means there are two dynamic linker names will be used across different
ersions of GCC. But musl 1.2.5 only supports the new name while the GCC
we're currently using uses the old name.

To maintain compatibility with all versions of GCC, the musl is then patched
to generate two symbolic links to libc.so with both old and new names.

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

Signed-off-by: Weijie Gao <hackpascal@gmail.com>
2024-05-04 14:12:56 +08:00
..
110-read_timezone_from_fs.patch toolchain: musl: Update to version 1.2.3 2022-04-11 21:41:03 +02:00
200-add_libssp_nonshared.patch toolchain/musl: update to 1.2.2 2021-09-22 19:04:02 +02:00
300-relative.patch toolchain/musl: update to 1.2.2 2021-09-22 19:04:02 +02:00
400-fix-loongarch64-ldso-file-name.patch toolchain/musl: fix loongarch64 ldso file name 2024-05-04 14:12:56 +08:00
600-nftw-support-common-gnu-extension.patch toolchain/musl: update to 1.2.4 2023-05-15 20:39:17 +02:00
900-iconv_size_hack.patch toolchain/musl: Update to 1.2.5 2024-04-14 17:38:09 +02:00
901-crypt_size_hack.patch toolchain/musl: update to 1.2.2 2021-09-22 19:04:02 +02:00