← Back to team overview

openjdk team mailing list archive

Bug#871319: openjdk-9: Please drop armel and sparc from altzero_archs

 

Source: openjdk-9
Version: 9~b181-2
Severity: normal
Tags: patch

Hi!

Since armel and sparc are Zero-only builds for openjdk-9, it does not
make sense to remove them from the list "altzero_archs". Please remove
them:

--- debian/rules.orig   2017-08-07 16:28:46.000000000 +0200
+++ debian/rules        2017-08-07 17:34:35.231737992 +0200
@@ -163,7 +163,7 @@
 # Shark build but just crash
 altshark_archs =
 
-altzero_archs = $(filter-out armel sparc, $(hotspot_archs)) $(altshark_archs)
+# altzero_archs = $(filter-out , $(hotspot_archs)) $(altshark_archs)
 
 ifeq (,$(filter noaltzero, $(DEB_BUILD_OPTIONS))$(filter noaltshark, $(DEB_BUILD_OPTIONS)))
   ifneq (,$(filter $(DEB_HOST_ARCH), $(altzero_archs)))

Patch attached.

Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer - glaubitz@xxxxxxxxxx
`. `'   Freie Universitaet Berlin - glaubitz@xxxxxxxxxxxxxxxxxxx
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- debian/rules.orig	2017-08-07 16:28:46.000000000 +0200
+++ debian/rules	2017-08-07 17:34:35.231737992 +0200
@@ -163,7 +163,7 @@
 # Shark build but just crash
 altshark_archs =
 
-altzero_archs = $(filter-out armel sparc, $(hotspot_archs)) $(altshark_archs)
+# altzero_archs = $(filter-out , $(hotspot_archs)) $(altshark_archs)
 
 ifeq (,$(filter noaltzero, $(DEB_BUILD_OPTIONS))$(filter noaltshark, $(DEB_BUILD_OPTIONS)))
   ifneq (,$(filter $(DEB_HOST_ARCH), $(altzero_archs)))