Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-23 Thread YunQiang Su
Matthias Klose 于2025年1月23日周四 22:39写道: > LGTM.

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-23 Thread Matthias Klose
On 11.01.25 01:02, Jeff Law wrote: On 1/7/25 7:24 PM, YunQiang Su wrote: Jeff Law 于2025年1月8日周三 07:06写道: On 1/1/25 6:42 PM, YunQiang Su wrote: Matthias Klose 于2025年1月1日周三 22:37写道: in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html there are two typos in the patch, c

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-10 Thread Jeff Law
On 1/7/25 7:24 PM, YunQiang Su wrote: Jeff Law 于2025年1月8日周三 07:06写道: On 1/1/25 6:42 PM, YunQiang Su wrote: Matthias Klose 于2025年1月1日周三 22:37写道: in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html there are two typos in the patch, compared to the local Debian patch,

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-07 Thread YunQiang Su
Jeff Law 于2025年1月8日周三 07:06写道: > > > > On 1/1/25 6:42 PM, YunQiang Su wrote: > > Matthias Klose 于2025年1月1日周三 22:37写道: > >> > >> in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html > >> > >> there are two typos in the patch, compared to the local Debian patch, > >> > > > > Oh, so

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-07 Thread Jeff Law
On 1/1/25 6:42 PM, YunQiang Su wrote: Matthias Klose 于2025年1月1日周三 22:37写道: in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html there are two typos in the patch, compared to the local Debian patch, Oh, sorry it is not duplicated. - the subst macro has an additional

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-01 Thread YunQiang Su
Matthias Klose 于2025年1月1日周三 22:37写道: > > in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html > > there are two typos in the patch, compared to the local Debian patch, > Oh, sorry it is not duplicated. > - the subst macro has an additional parameter > - the multilib subdirs

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-01 Thread YunQiang Su
Matthias Klose 于2025年1月1日周三 22:37写道: > > in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html > > there are two typos in the patch, compared to the local Debian patch, > > - the subst macro has an additional parameter > - the multilib subdirs are not subdirs in lib, but have >

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2025-01-01 Thread Matthias Klose
in https://gcc.gnu.org/pipermail/gcc-patches/2024-January/641619.html there are two typos in the patch, compared to the local Debian patch, - the subst macro has an additional parameter - the multilib subdirs are not subdirs in lib, but have their multilib suffix attached to lib. ok for th

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2024-04-28 Thread YunQiang Su
Jeff Law 于2024年1月3日周三 01:00写道: > > > > On 1/1/24 09:48, YunQiang Su wrote: > > When building multilib libraries, CC/CXX etc are set with an option > > -B*/lib/, instead of -B/lib/. > > This will make some trouble in some case, for example building > > cross toolchain based on Debian's cross packag

Re: [PATCH] config-ml.in: Fix multi-os-dir search

2024-01-02 Thread Jeff Law
On 1/1/24 09:48, YunQiang Su wrote: When building multilib libraries, CC/CXX etc are set with an option -B*/lib/, instead of -B/lib/. This will make some trouble in some case, for example building cross toolchain based on Debian's cross packages: If we have libc6-dev-i386-amd64-cross packa

[PATCH] config-ml.in: Fix multi-os-dir search

2024-01-01 Thread YunQiang Su
When building multilib libraries, CC/CXX etc are set with an option -B*/lib/, instead of -B/lib/. This will make some trouble in some case, for example building cross toolchain based on Debian's cross packages: If we have libc6-dev-i386-amd64-cross packages installed on a non-x86 machine. This