On Tue, 27 Feb 2024 08:29:44 GMT, Julian Waters <jwat...@openjdk.org> wrote:
> All those new parameters to SetupNativeCompilation, were they always there > and the comments about them were just missing from the documentation about > the function? Yep. The toolchain definition was a way to "package" multiple arguments to SetupNativeCompilation, so you did not have to specify them individually in each call. But in the end they just turned into "normal" arguments to SetupNativeCompilation (but undocumented...). ------------- PR Comment: https://git.openjdk.org/jdk/pull/17986#issuecomment-1966314926