Integrated: 8363910: Avoid tuning for Power10 CPUs on Linux ppc64le when gcc < 10 is used
Matthias Baesken
mbaesken at openjdk.org
Fri Jul 25 11:37:59 UTC 2025
On Wed, 23 Jul 2025 12:23:04 GMT, Matthias Baesken <mbaesken at openjdk.org> wrote:
> Older gcc version (8, 9) do not support the -mtune=power10 flag. We should set this only when recent gcc versions are used.
This pull request has now been integrated.
Changeset: 41c94eed
Author: Matthias Baesken <mbaesken at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/41c94eed37aad570229ee2c5fb51d9e5d0378a40
Stats: 9 lines in 1 file changed: 7 ins; 0 del; 2 mod
8363910: Avoid tuning for Power10 CPUs on Linux ppc64le when gcc < 10 is used
Reviewed-by: stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/26442
More information about the build-dev
mailing list