Tuned aarch64
This commit is contained in:
parent
b1ddbec175
commit
9072f47c1a
@ -135,7 +135,7 @@
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{javaver}.%{updatever}
|
Version: %{javaver}.%{updatever}
|
||||||
Release: 6.%{buildver}%{?dist}
|
Release: 7.%{buildver}%{?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
|
||||||
@ -542,10 +542,6 @@ pushd %{buildoutputdir}
|
|||||||
bash ../../configure \
|
bash ../../configure \
|
||||||
%ifnarch %{jit_arches}
|
%ifnarch %{jit_arches}
|
||||||
--with-jvm-variants=zero \
|
--with-jvm-variants=zero \
|
||||||
%endif
|
|
||||||
%ifarch %{aarch64}
|
|
||||||
--with-jvm-variants=client \
|
|
||||||
--disable-precompiled-headers \
|
|
||||||
%endif
|
%endif
|
||||||
--disable-zip-debug-info \
|
--disable-zip-debug-info \
|
||||||
--with-milestone="fcs" \
|
--with-milestone="fcs" \
|
||||||
@ -1161,6 +1157,10 @@ exit 0
|
|||||||
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
%{_jvmdir}/%{jredir}/lib/accessibility.properties
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 21 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-7.b12
|
||||||
|
- removed legacy aarch64 switches
|
||||||
|
- --with-jvm-variants=client and --disable-precompiled-headers
|
||||||
|
|
||||||
* Tue Jul 15 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-6.b12
|
* Tue Jul 15 2014 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.11-6.b12
|
||||||
- added patch patch9999 enableArm64.patch to enable new hotspot
|
- added patch patch9999 enableArm64.patch to enable new hotspot
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user