diff --git a/openjdk-21.spec b/openjdk-21.spec index c1f6da186e9590aa450586f2bb20e77fd8b40e5b..6a29b846b0a376bcd9000d8faaeda6ab44c2af76 100644 --- a/openjdk-21.spec +++ b/openjdk-21.spec @@ -72,7 +72,7 @@ %global is_system_jdk 0 %global aarch64 aarch64 arm64 armv8 -%global jit_arches x86_64 %{aarch64} loongarch64 riscv64 +%global jit_arches x86_64 %{aarch64} loongarch64 riscv64 ppc64le %global aot_arches x86_64 %{aarch64} # Set of architectures for which java has short vector math library (libsvml.so) @@ -1346,6 +1346,8 @@ elif [ "$ARCH" = "riscv64" ]; then : elif [ "$ARCH" = "loongarch64" ]; then : +elif [ "$ARCH" = "ppc64le" ]; then + : else echo " Failed to set BOOTJDKPATH " exit 18 @@ -1796,6 +1798,9 @@ cjc.mainProgram(arg) %changelog +* Fri Jun 21 2024 peng.zou - 1:21.0.2.12-2 +- init support of ppc64le + * Tue Feb 20 2024 Leslie Zhai - 1:21.0.2.12-1 - init support of LoongArch64