]> 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>
Fri, 21 Apr 2023 07:29:00 +0000 (15:29 +0800)
commita80c68a08604b0ac625ac7fc59eae40b551b1176
treec3ca149bc3cd3db33acc08349c8c3a6d9e6009ed
parentd51f2456ee51bd59a79b4725ca0e488c25260bbf
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>
gcc/config/loongarch/gnu-user.h