Integrated: 8301267: Update of config.guess broke build on WSL

Erik Joelsson erikj at openjdk.org
Mon Jan 30 20:22:04 UTC 2023


On Fri, 27 Jan 2023 21:11:00 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

> After JDK-8300805, config.guess has changed output when running on WSL. This is caused by the autoconf-config.guess now reporting it as `x86_64-pc-linux-gnu` instead of `x86_64-unknown-linux-gnu`, and our wrapper script is expecting the latter.
> 
> This patch makes the wrapper script work with either variant.

This pull request has now been integrated.

Changeset: b84f4c40
Author:    Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/b84f4c40fde2f0ca313b4660b88b308c54a0ad5a
Stats:     2 lines in 1 file changed: 0 ins; 0 del; 2 mod

8301267: Update of config.guess broke build on WSL

Reviewed-by: tbell, jvernee, djelinski

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

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



More information about the build-dev mailing list