------------------------------------------------------------
revno: 684
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Tue 2016-09-06 13:29:44 +0200
message:
    * Enable hotspot builds for sparc64. Closes: #835973.
modified:
  debian/changelog
  debian/rules


--
lp:~openjdk/openjdk/openjdk8
https://code.launchpad.net/~openjdk/openjdk/openjdk8

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2016-08-07 11:07:45 +0000
+++ debian/changelog	2016-09-06 11:29:44 +0000
@@ -1,3 +1,9 @@
+openjdk-8 (8u102-b14.1-3) UNRELEASED; urgency=medium
+
+  * Enable hotspot builds for sparc64. Closes: #835973.
+
+ -- Matthias Klose <d...@ubuntu.com>  Tue, 30 Aug 2016 11:40:52 +0200
+
 openjdk-8 (8u102-b14.1-2) unstable; urgency=medium
 
   * Fix build failure with GCC 6. Closes: #811694.

=== modified file 'debian/rules'
--- debian/rules	2016-08-07 11:07:45 +0000
+++ debian/rules	2016-09-06 11:29:44 +0000
@@ -39,7 +39,7 @@
 
 multiarch_dir = /$(DEB_HOST_MULTIARCH)
 
-hotspot_archs	= amd64 i386 arm64 ppc64 ppc64el kfreebsd-amd64 kfreebsd-i386
+hotspot_archs	= amd64 i386 arm64 ppc64 ppc64el sparc64 kfreebsd-amd64 kfreebsd-i386
 # FIXME: use bootcycle builds for zero archs?
 bootcycle_build  = $(if $(filter $(DEB_HOST_ARCH), $(hotspot_archs)),yes)
 ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH))
@@ -164,7 +164,7 @@
 # Shark build but just crash
 altshark_archs =
 
-altzero_archs = $(filter-out sparc sparc64, $(hotspot_archs)) $(altshark_archs)
+altzero_archs = $(filter-out sparc, $(hotspot_archs)) $(altshark_archs)
 
 ifeq (,$(filter noaltcacao, $(DEB_BUILD_OPTIONS)))
   ifneq (,$(filter $(DEB_HOST_ARCH), $(cacao_archs)))
@@ -283,7 +283,7 @@
 else ifneq (,$(filter $(distrel),wily xenial))
   export CC = $(DEB_HOST_GNU_TYPE)-gcc-5
   export CXX = $(DEB_HOST_GNU_TYPE)-g++-5
-else ifneq (,$(filter $(distrel),sid stretch wily))
+else ifneq (,$(filter $(distrel),sid stretch))
   export CC = $(DEB_HOST_GNU_TYPE)-gcc-6
   export CXX = $(DEB_HOST_GNU_TYPE)-g++-6
 else

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to