Re: Enabling the jobserver

2024-06-11 Thread Richard Copley
On Tue, 11 Jun 2024 at 07:31, Eli Zaretskii wrote: > > > From: Richard Copley > > Date: Mon, 10 Jun 2024 23:29:28 +0100 > > Cc: help-make@gnu.org > > > > Having passed that hurdle, I see that GCC does not handle the > > named-semaphore jobserver in native GNU Make on Windows. (I had to > > read G

Re: Enabling the jobserver

2024-06-11 Thread Richard Copley
On Tue, 11 Jun 2024 at 09:30, Richard Copley wrote: > > On Tue, 11 Jun 2024 at 07:31, Eli Zaretskii wrote: > > (Since you say "GCC source", I presume you are not talking about the > > GCC build scripts, but GCC itself.) Yes, I'm using GCC and GNU Make to build a project of my own. I'm not build

Re: Enabling the jobserver

2024-06-11 Thread Eli Zaretskii
> From: Richard Copley > Date: Tue, 11 Jun 2024 09:30:13 +0100 > Cc: psm...@gnu.org, help-make@gnu.org > > On Tue, 11 Jun 2024 at 07:31, Eli Zaretskii wrote: > > > > Just curious: why does GCC need to know about Make's jobserver? > > (Since you say "GCC source", I presume you are not talking abo

Re: Enabling the jobserver

2024-06-11 Thread Richard Copley
On Tue, 11 Jun 2024 at 09:55, Eli Zaretskii wrote: > Thanks. I wonder how they distinguish between MinGW (a.k.a. "native") > port of GNU Make, and MSYS/Cygwin ports. The latter implement the > jobserver and the associated command-line arguments as on Unix. > Distinguishing only by name is danger