[PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER

2023-04-19 Thread Peng Fan
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 Sug

[PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER

2023-04-16 Thread Peng Fan
The system based on musl has no '/lib64', so change it. gcc/ * config/loongarch/gnu-user.h (MUSL_DYNAMIC_LINKER): Redefine. Signed-off-by: Peng Fan --- gcc/config/loongarch/gnu-user.h | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/config/loo