On Tue, 15 Oct 2024 12:42:40 GMT, Julian Waters <jwat...@openjdk.org> wrote:
>> [JDK-8323008](https://bugs.openjdk.org/browse/JDK-8323008) reports unwanted >> autoconf flags being added to the command line, and solves the issue by >> filtering out the added flags by force. This is not optimal however, as >> doing so leaves the autoconf message that the flags were added still >> displaying during the configure process, which is confusing. Instead, >> setting a couple of fields to disable the autoconf internals responsible for >> the unwanted flag is a cleaner solution > > Julian Waters has updated the pull request with a new target base due to a > merge or a rebase. The pull request now contains 10 commits: > > - Merge branch 'master' into patch-13 > - Implement custom AC_PROG_CC and AC_PROG_CXX in util.m4 > - Partially revert toolchain.m4 > - Revert util.m4 > - Switch to UTIL_PROG_CC and UTIL_PROG_CXX in toolchain.m4 > - Provide UTIL_PROG_CC and UTIL_PROG_CXX in util.m4 > - Merge branch 'openjdk:master' into patch-13 > - Revert toolchain.m4 > - make/autoconf/toolchain.m4 > > Co-authored-by: Magnus Ihse Bursie <m...@icus.se> > - 8323672 Marked as reviewed by ihse (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/17401#pullrequestreview-2369406607