summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@rene-engelhard.de>2022-07-27 12:43:50 +0200
committerRené Engelhard <rene@debian.org>2022-07-27 12:44:52 +0200
commitc4f7043c593823b8c5605e779371ff430659eb20 (patch)
treeb0bfc090a7eb41cb8e1191c25179d5209debda2c
parentc559dbd86474e4b0e5c2d0711508ab7f5efed6b5 (diff)
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>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])