Integrated: 8323672: Suppress unwanted autoconf added flags in CC and CXX
Julian Waters
jwaters at openjdk.org
Tue Oct 15 14:14:16 UTC 2024
On Fri, 12 Jan 2024 14:49:11 GMT, Julian Waters <jwaters at 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
This pull request has now been integrated.
Changeset: 5eae20f7
Author: Julian Waters <jwaters at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/5eae20f73b9e8578d58c7e49d2da79cf1b0b229c
Stats: 69 lines in 2 files changed: 64 ins; 4 del; 1 mod
8323672: Suppress unwanted autoconf added flags in CC and CXX
Reviewed-by: ihse
-------------
PR: https://git.openjdk.org/jdk/pull/17401
More information about the build-dev
mailing list