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 <rene@debian.org>
Reviewed-by: René Engelhard <rene@debian.org>
This commit is contained in:
Rene Engelhard 2022-07-27 12:43:50 +02:00 committed by René Engelhard
parent c559dbd864
commit c4f7043c59

View file

@ -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])