!16 init support of ppc64le

From: @peng_zou 
Reviewed-by: @kuenking111 
Signed-off-by: @kuenking111
This commit is contained in:
openeuler-ci-bot 2024-06-25 07:53:28 +00:00 committed by Gitee
commit 88c9714b1c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -72,7 +72,7 @@
%global is_system_jdk 0 %global is_system_jdk 0
%global aarch64 aarch64 arm64 armv8 %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} %global aot_arches x86_64 %{aarch64}
# Set of architectures for which java has short vector math library (libsvml.so) # 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" = "loongarch64" ]; then
: :
elif [ "$ARCH" = "ppc64le" ]; then
:
else else
echo " Failed to set BOOTJDKPATH " echo " Failed to set BOOTJDKPATH "
exit 18 exit 18
@ -1796,6 +1798,9 @@ cjc.mainProgram(arg)
%changelog %changelog
* Fri Jun 21 2024 peng.zou <peng.zou@shingroup.cn> - 1:21.0.2.12-2
- init support of ppc64le
* Tue Feb 20 2024 Leslie Zhai <zhaixiang@loongson.cn> - 1:21.0.2.12-1 * Tue Feb 20 2024 Leslie Zhai <zhaixiang@loongson.cn> - 1:21.0.2.12-1
- init support of LoongArch64 - init support of LoongArch64