Re: [pushed][PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER

2023-04-21 Thread Lulu Cheng
Pushed to r14-130. 在 2023/4/19 下午4:23, 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: Redef

[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 Suggested-by: Xi Ruoyao

Re: [PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER

2023-04-19 Thread Lulu Cheng
l Messages- From: "Xi Ruoyao" Sent Time:2023-04-17 14:36:52 (星期一) To: "Peng Fan" , gcc-patches@gcc.gnu.org Cc: chengl...@loongson.cn Subject: Re: [PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER On Mon, 2023-04-17 at 10:39 +0800, Peng Fan wrote: The system based on musl has no '

Re: Re: [PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER

2023-04-16 Thread 樊鹏
> Cc: chengl...@loongson.cn > Subject: Re: [PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER > > On Mon, 2023-04-17 at 10:39 +0800, Peng Fan wrote: > > The system based on musl has no '/lib64', so change it. > > I like the change. IMO Glibc-based systems should avoid /

Re: [PATCH] LoongArch: fix MUSL_DYNAMIC_LINKER

2023-04-16 Thread Xi Ruoyao via Gcc-patches
On Mon, 2023-04-17 at 10:39 +0800, Peng Fan wrote: > The system based on musl has no '/lib64', so change it. I like the change. IMO Glibc-based systems should avoid /lib64 as well but it's too late to change it now. Could you provide a link to the Musl doc as a reference? I'd like to include th

[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/loongarch/gnu-user