]> git.ipfire.org Git - thirdparty/gcc.git/commit
LoongArch: Fix MUSL_DYNAMIC_LINKER
authorPeng Fan <fanpeng@loongson.cn>
Wed, 19 Apr 2023 08:23:42 +0000 (16:23 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Mon, 20 Nov 2023 02:25:37 +0000 (10:25 +0800)
commit13c5de145f027ade74ad1d890aa6118662a0c024
treea1d5387a3e69413e9fb385aacf71c2abf21035e0
parentc118ae444e1773819c73bff8bf02e84609b85164
LoongArch: Fix MUSL_DYNAMIC_LINKER

The system based on musl has no '/lib64', so change it.

https://wiki.musl-libc.org/guidelines-for-distributions.html,
"Multilib/multi-arch" section of this introduces it.

gcc/
* config/loongarch/gnu-user.h (MUSL_DYNAMIC_LINKER): Redefine.

Signed-off-by: Peng Fan <fanpeng@loongson.cn>
Suggested-by: Xi Ruoyao <xry111@xry111.site>
(cherry picked from commit a80c68a08604b0ac625ac7fc59eae40b551b1176)
gcc/config/loongarch/gnu-user.h