!54 I2AP9W: add-SVE-backend-feature.patch

From: @kuenking
Reviewed-by: @jvmboy
Signed-off-by: @jvmboy
This commit is contained in:
openeuler-ci-bot 2020-12-28 13:57:16 +08:00 committed by Gitee
commit b89bd0af2e
2 changed files with 8269 additions and 1 deletions

8263
add-SVE-backend-feature.patch Executable file

File diff suppressed because it is too large Load Diff

View File

@ -735,7 +735,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{javaver}-%{origin} Name: java-%{javaver}-%{origin}
Version: %{newjavaver}.%{buildver} Version: %{newjavaver}.%{buildver}
Release: 9 Release: 10
# 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
@ -842,6 +842,7 @@ Patch55: 8215047-Task-terminators-do-not-complete-termination-in-consistent-stat
Patch56: 8247766-aarch64-guarantee-val-1U--nbits-failed-Field-too-big-for-insn.patch Patch56: 8247766-aarch64-guarantee-val-1U--nbits-failed-Field-too-big-for-insn.patch
Patch57: add-zgc-parameter-adaptation-feature.patch Patch57: add-zgc-parameter-adaptation-feature.patch
Patch58: add-integerCache-feature.patch Patch58: add-integerCache-feature.patch
Patch59: add-SVE-backend-feature.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: alsa-lib-devel BuildRequires: alsa-lib-devel
@ -1113,6 +1114,7 @@ pushd %{top_level_dir_name}
%patch56 -p1 %patch56 -p1
%patch57 -p1 %patch57 -p1
%patch58 -p1 %patch58 -p1
%patch59 -p1
popd # openjdk popd # openjdk
%patch1000 %patch1000
@ -1615,6 +1617,9 @@ require "copy_jdk_configs.lua"
%changelog %changelog
* Thu Dec 24 2020 kuenking <wangkun49@huawei.com> - 1:11.0.9.11-10
- add add-SVE-backend-feature.patch
* Thu Dec 24 2020 kuenking <wangkun49@huawei.com> - 1:11.0.9.11-9 * Thu Dec 24 2020 kuenking <wangkun49@huawei.com> - 1:11.0.9.11-9
- add add-integerCache-feature.patch - add add-integerCache-feature.patch