init support of ppc64le
This commit is contained in:
parent
1a41ac4b36
commit
aed872be5e
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user