Fix build on riscv64

This commit is contained in:
misaka00251 2024-02-26 17:08:18 +08:00
parent 33ad41bba8
commit 0f55677c8c
2 changed files with 32128 additions and 10765 deletions

View File

@ -753,7 +753,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver} Version: %{newjavaver}.%{buildver}
Release: 1 Release: 2
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons # java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
# and this change was brought into RHEL-4. java-1.5.0-ibm packages # and this change was brought into RHEL-4. java-1.5.0-ibm packages
# also included the epoch in their virtual provides. This created a # also included the epoch in their virtual provides. This created a
@ -906,7 +906,7 @@ Patch92: 8295068-SSLEngine-throws-NPE-parsing-Certificate.patch
# riscv64 specific patches # riscv64 specific patches
# #
############################################ ############################################
Patch2000: 2000-Add-riscv64-support-based-on-bishengjdk-riscv-branch.patch Patch2000: Add-riscv64-support.patch
BuildRequires: elfutils-extra BuildRequires: elfutils-extra
BuildRequires: autoconf BuildRequires: autoconf
@ -1721,6 +1721,9 @@ cjc.mainProgram(arg)
%changelog %changelog
* Mon Feb 26 2024 misaka00251 <liuxin@iscas.ac.cn> - 1:11.0.22.7-2
- Fix build on riscv64
* Tue Feb 20 2024 Leslie Zhai <zhaixiang@loongson.cn> - 1:11.0.22.7-1 * Tue Feb 20 2024 Leslie Zhai <zhaixiang@loongson.cn> - 1:11.0.22.7-1
- init support of LoongArch64 - init support of LoongArch64