[java-1.8.0-openjdk] Aarch64 compilable configuration v1

jiri vanek jvanek at fedoraproject.org
Fri Jul 26 12:50:53 UTC 2013


commit a19e9f6301e531e3a771932435ba2c0bc6ef1ab4
Author: Jiri Vanek <jvanek at jvanek.redhat>
Date:   Fri Jul 26 14:50:22 2013 +0200

    Aarch64 compilable configuration v1

 generate_source_tarball.sh |    3 ++-
 java-1.8.0-openjdk.spec    |    8 +++++++-
 2 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/generate_source_tarball.sh b/generate_source_tarball.sh
index de2696d..a9c70bd 100755
--- a/generate_source_tarball.sh
+++ b/generate_source_tarball.sh
@@ -10,7 +10,8 @@ if test "x${VERSION}" = "x"; then
     exit -1;
 fi
 
-for REPO_NAME in jdk8 aarch64-port
+#for REPO_NAME in jdk8 aarch64-port
+for REPO_NAME in aarch64-port
 do
     mkdir ${REPO_NAME}
     pushd ${REPO_NAME}
diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec
index 368e107..9eaec2d 100644
--- a/java-1.8.0-openjdk.spec
+++ b/java-1.8.0-openjdk.spec
@@ -142,7 +142,7 @@
 
 Name:    java-%{javaver}-%{origin}
 Version: %{javaver}.%{buildver}
-Release: 0.11.%{jdk8_version}%{?dist}
+Release: 0.12.%{jdk8_version}%{?dist}
 # 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
 # also included the epoch in their virtual provides.  This created a
@@ -445,6 +445,9 @@ bash ../../configure \
 %ifnarch %{jit_arches}
     --with-jvm-variants=zero \
 %endif
+%ifarch %{aarch64}
+    --with-jvm-variants=client \
+%endif
     --with-build-number=%{buildver} \
     --with-boot-jdk=/usr/lib/jvm/java-openjdk \
     --with-debug-level=%{debugbuild} \
@@ -935,6 +938,9 @@ exit 0
 %doc %{buildoutputdir}/images/j2sdk-image/jre/LICENSE
 
 %changelog
+* Fri Jul 25 2013 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.0-0.12.b89
+- ifarchaarch64 then --with-jvm-variants=client
+
 * Tue Jul 23 2013 Jiri Vanek <jvanek at redhat.com> - 1:1.8.0.0-0.11.b89
 - prelink dependence excluded also for aaech64
 - arm64 added to jitarches


More information about the scm-commits mailing list