This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-8.
commit b5bc57e6d5b574bc07e7c1490b83dbf8954eb3f7 Author: Emmanuel Bourg <[email protected]> Date: Wed May 7 15:37:50 2014 +0200 Configure parameters for aarch64 --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b41a915..6c45b10 100755 --- a/debian/rules +++ b/debian/rules @@ -433,7 +433,8 @@ endif ifneq (,$(filter $(DEB_HOST_ARCH),arm64)) CONFIGURE_ARGS += \ - --with-hotspot-build=aarch64 + --with-jvm-variants=client \ + --disable-precompiled-headers endif ifneq (,$(filter $(DEB_HOST_ARCH), $(cacao_archs))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

