On Wed, 19 Feb 2025 15:13:38 GMT, Matthias Baesken <mbaes...@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. Marked as reviewed by erikj (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/23698#pullrequestreview-2627544906