Add aarch64 to AOT arches.

This commit is contained in:
Severin Gehwolf 2018-06-12 17:13:57 +02:00
parent 7700a1d3b9
commit d15f8672d8

View File

@ -27,7 +27,7 @@
%global ppc64be ppc64 ppc64p7 %global ppc64be ppc64 ppc64p7
%global multilib_arches %{power64} sparc64 x86_64 %global multilib_arches %{power64} sparc64 x86_64
%global jit_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm} s390x %global jit_arches %{ix86} x86_64 sparcv9 sparc64 %{aarch64} %{power64} %{arm} s390x
%global aot_arches x86_64 %global aot_arches x86_64 %{aarch64}
# By default, we build a debug build during main build on JIT architectures # By default, we build a debug build during main build on JIT architectures
%ifarch %{jit_arches} %ifarch %{jit_arches}
@ -804,7 +804,7 @@ Provides: java-%{javaver}-%{origin}-src%{?1} = %{epoch}:%{version}-%{release}
Name: java-%{majorver}-%{origin} Name: java-%{majorver}-%{origin}
Version: %{newjavaver}.%{buildver} Version: %{newjavaver}.%{buildver}
Release: 3%{?dist} Release: 4%{?dist}
# 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
@ -1701,6 +1701,9 @@ require "copy_jdk_configs.lua"
%changelog %changelog
* Tue Jun 12 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-4
- Add aarch64 to aot_arches.
* Tue Jun 12 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-3 * Tue Jun 12 2018 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.ea.16-3
- Rename to package java-11-openjdk. - Rename to package java-11-openjdk.