diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-06-23 12:30:53 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-06-23 12:30:53 +0300 |
commit | 0fa6cf142e3c98f5dbe05bdb05369be064f38dc6 (patch) | |
tree | 598a80fb11b6627202b6ef41708aa494e4dc908e | |
parent | 37d630875d33bf3c291026c40bb08d1b6c9edcc8 (diff) | |
download | openjdk-8-0fa6cf142e3c98f5dbe05bdb05369be064f38dc6.tar.gz |
Add illumos-amd64 to hotspot_archs and any_archs
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 3f11e3a..5e4e3ba 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ endif multiarch_dir = /$(DEB_HOST_MULTIARCH) -hotspot_archs = amd64 i386 arm64 ppc64 ppc64el sparc64 kfreebsd-amd64 kfreebsd-i386 +hotspot_archs = amd64 i386 arm64 ppc64 ppc64el sparc64 kfreebsd-amd64 kfreebsd-i386 illumos-amd64 # FIXME: use bootcycle builds for zero archs? bootcycle_build = $(if $(filter $(DEB_HOST_ARCH), $(hotspot_archs)),yes) ifneq ($(DEB_HOST_ARCH),$(DEB_BUILD_ARCH)) @@ -147,7 +147,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(hotspot_aarch64_archs))) hotspot_version = aarch64 endif -any_archs = alpha amd64 armel armhf arm64 i386 ia64 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el m68k sh4 sparc sparc64 s390x x32 kfreebsd-i386 kfreebsd-amd64 +any_archs = alpha amd64 armel armhf arm64 i386 ia64 mips mipsel mips64 mips64el powerpc powerpcspe ppc64 ppc64el m68k sh4 sparc sparc64 s390x x32 kfreebsd-i386 kfreebsd-amd64 illumos-amd64 ifeq (,$(filter $(distrel),squeeze lucid sid stretch)) jamvm_archs = amd64 armel armhf i386 powerpc kfreebsd-i386 kfreebsd-amd64 mips mipsel |