[jdk20] RFR: 8298527: Cygwin's uname -m returns different string than before
Erik Joelsson
erikj at openjdk.org
Mon Dec 12 13:36:11 UTC 2022
On Sun, 11 Dec 2022 14:13:14 GMT, Christoph Langer <clanger at openjdk.org> wrote:
> `uname -m` returns `.x86_64` after the latest upgread, instead of `x86_64`. Not sure why.
>
> However, we can handle this in autoconf-config.guess, to unbreak the build.
We don't change the autoconf-* files in build-aux directly. Instead we modify the wrapper scripts.
-------------
PR: https://git.openjdk.org/jdk20/pull/15
More information about the build-dev
mailing list