configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c4f7043c593823b8c5605e779371ff430659eb20 Author: Rene Engelhard <r...@rene-engelhard.de> AuthorDate: Wed Jul 27 12:43:50 2022 +0200 Commit: René Engelhard <r...@debian.org> CommitDate: Wed Jul 27 12:44:52 2022 +0200
HPPA is 32bit as already handled as such in postprocess/CustomTarget_registry.mk Change-Id: Idc7ead94db8f14e656c36db0438c916b0f2565e6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137498 Tested-by: René Engelhard <r...@debian.org> Reviewed-by: René Engelhard <r...@debian.org> diff --git a/configure.ac b/configure.ac index 52d21a3f88e3..15eaca30b2d4 100644 --- a/configure.ac +++ b/configure.ac @@ -8608,7 +8608,7 @@ if test "$ENABLE_JAVA" != ""; then JAVAINTERPRETER=`win_short_path_for_make "$JAVAINTERPRETER"` elif test "$cross_compiling" != "yes"; then case $CPUNAME in - AARCH64|AXP|X86_64|HPPA|IA64|POWERPC64|S390X|SPARC64|MIPS64) + AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|MIPS64) if test -f "$JAVAINTERPRETER" -a "`$JAVAINTERPRETER -version 2>&1 | $GREP -i 64-bit`" = "" >/dev/null; then AC_MSG_WARN([You are building 64-bit binaries but the JDK $JAVAINTERPRETER is 32-bit]) AC_MSG_ERROR([You should pass the --with-jdk-home option pointing to a 64-bit JDK])