Re: [PATCH] MIPS: fix building on multiarch platform

2022-09-23 Thread YunQiang Su via Gcc-patches
Xi Ruoyao via Gcc-patches 于2022年9月21日周三 23:09写道: > > On Wed, 2022-09-21 at 11:31 +, YunQiang Su wrote: > > On platforms that support multiarch, such as Debian, > > the filesystem hierarchy doesn't fellow the old Irix style: > > lib & lib/ for native > > lib64 for N64 on N32/O32

Re: [PATCH] MIPS: fix building on multiarch platform

2022-09-21 Thread Maciej W. Rozycki
On Wed, 21 Sep 2022, Xi Ruoyao wrote: > > diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h > > index 74b6e11aabb..fe7f5b274b9 100644 > > --- a/gcc/config/mips/mips.h > > +++ b/gcc/config/mips/mips.h > > @@ -3427,6 +3427,7 @@ struct GTY(())  machine_function { > >   > >  /* If we are *n

Re: [PATCH] MIPS: fix building on multiarch platform

2022-09-21 Thread Xi Ruoyao via Gcc-patches
On Wed, 2022-09-21 at 11:31 +, YunQiang Su wrote: > On platforms that support multiarch, such as Debian, > the filesystem hierarchy doesn't fellow the old Irix style: > lib & lib/ for native > lib64 for N64 on N32/O32 systems > lib32 for N32 on N64/O32 systems >