RFR: 8350267: Set mtune and mcpu settings in JDK native lib compilation on Linux ppc64(le)

Andreas Steiner asteiner at openjdk.org
Wed Feb 19 16:32:51 UTC 2025


On Wed, 19 Feb 2025 15:13:38 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:

> Currently we only set mcpu/mtune for hotspot; this might be a little problematic because other options might be used in the jdk native libs compilation .
> Those other (compared to hotspot) options are defined by the gcc - version used in the build process.
> 'gcc -c -Q --help=target'  shows these options, they can vary depending on gcc version and build environment.

LGTM

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

Marked as reviewed by asteiner (Author).

PR Review: https://git.openjdk.org/jdk/pull/23698#pullrequestreview-2627368588


More information about the build-dev mailing list