From a03dbcf786481d7b9294354399c83b46972ac85a Mon Sep 17 00:00:00 2001 From: Ling Yang Date: Wed, 7 Sep 2022 02:18:30 +0000 Subject: add "LOONGARCH64" to the JAVAINTERPRETER 64bit check Change-Id: Ia0d15eb3e235fbd750b818009b5168c61c6ff0ec Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139549 Reviewed-by: Michael Stahl Tested-by: Jenkins --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 321cc06acbdb..5f6e4b454ce1 100644 --- a/configure.ac +++ b/configure.ac @@ -8587,7 +8587,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|IA64|POWERPC64|S390X|SPARC64|MIPS64|RISCV64) + AARCH64|AXP|X86_64|IA64|POWERPC64|S390X|SPARC64|MIPS64|RISCV64|LOONGARCH64) 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]) -- cgit