Hi again, John Paul Adrian Glaubitz wrote: > No, unfortunately not. The error message remains unchanged and openjdk-8 > still claims the CPU is sparc64 and unknown.
Oh, it's not using that... > @Jose: Do you have an idea what's needed for openjdk-8 to properly > detect SPARC v9? It doesn't recognise "sparc64-*" in autoconf's triplet. Maybe try the attached instead? Add sparc64-support.diff to debian/patches/ and enable it with rules.diff Regards, -- Steven Chamberlain ste...@pyro.eu.org
--- a/common/autoconf/generated-configure.sh +++ b/common/autoconf/generated-configure.sh @@ -6881,7 +6881,7 @@ VAR_CPU_BITS=32 VAR_CPU_ENDIAN=big ;; - sparcv9) + sparcv9|sparc64) VAR_CPU=sparcv9 VAR_CPU_ARCH=sparc VAR_CPU_BITS=64 @@ -7030,7 +7030,7 @@ VAR_CPU_BITS=32 VAR_CPU_ENDIAN=big ;; - sparcv9) + sparcv9|sparc64) VAR_CPU=sparcv9 VAR_CPU_ARCH=sparc VAR_CPU_BITS=64 --- a/common/autoconf/platform.m4 +++ b/common/autoconf/platform.m4 @@ -157,7 +157,7 @@ VAR_CPU_BITS=32 VAR_CPU_ENDIAN=big ;; - sparcv9) + sparcv9|sparc64) VAR_CPU=sparcv9 VAR_CPU_ARCH=sparc VAR_CPU_BITS=64
--- debian/rules.orig 2015-11-25 12:50:12.758193105 +0000 +++ debian/rules 2015-11-25 13:46:20.969977703 +0000 @@ -416,6 +416,7 @@ sparc-fixes.diff \ jdk-target-arch-define.diff \ m68k-support.diff \ + sparc64-support.diff \ javadoc-sort-enum-and-annotation-types.diff \ # FIXME: update patches
signature.asc
Description: Digital signature