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