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
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
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 '
> 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 /
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
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