On Thu, 20 Oct 2022 21:49:41 GMT, Erik Joelsson <er...@openjdk.org> wrote:

> For Oracle internal builds we control the version of GNU Make (currently 
> fixed at 4.0). In Cygwin this is causing problems as the now rather dated GNU 
> Make binary we use isn't compatible with Cygwin.dll version 3.3 or later. To 
> work around this, I'm making the dependency dynamic on the version of Cygwin. 
> If the currently running Cygwin is new enough, the dependency will be on GNU 
> make 4.3.

I can confirm that with these changes the build is using make 4.3, and is using 
all cores as expected.

-------------

Marked as reviewed by djelinski (Committer).

PR: https://git.openjdk.org/jdk/pull/10805

Reply via email to