[openjdk-8] 04/04: Always use OpenJDK as the boot JDK (gcj isn't supported yet)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Apr 1 00:23:20 UTC 2014


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 f5fb1ea758c1f23cbc71d243fb9eeebe5cf88fe4
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Apr 1 02:21:52 2014 +0200

    Always use OpenJDK as the boot JDK (gcj isn't supported yet)
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 09e7bb1..fde1fb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,10 +126,10 @@ any_archs = alpha amd64 armel armhf arm64 i386 ia64 lpia mips mipsel powerpc pow
 bootjdk_gcj_archs = amd64 armel armhf hppa i386 ia64 lpia powerpc powerpcspe ppc64 ppc64el m68k mips mipsel sh4 sparc sparc64 s390x x32 kfreebsd-i386 kfreebsd-amd64
 bootjdk_openjdk_archs = alpha arm64
 bootjdk_cacao_archs =
-ifneq (,$(filter nobootstrap, $(DEB_BUILD_OPTIONS)))
+#ifneq (,$(filter nobootstrap, $(DEB_BUILD_OPTIONS)))
   bootjdk_openjdk_archs := $(bootjdk_openjdk_archs) $(bootjdk_gcj_archs)
   bootjdk_gcj_archs :=
-endif
+#endif
 
 cacao_archs = alpha amd64 armel armhf i386 lpia powerpc powerpcspe m68k mips mipsel s390
 # TODO kfreebsd porting for cacao vm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-8.git



More information about the pkg-java-commits mailing list