[Libreoffice-commits] core.git: configure.ac

Caolán McNamara caolanm at redhat.com
Mon Sep 26 20:05:19 UTC 2016


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7fcefe280a5960ef6f56b46a7aeac8e1295850f2
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Sep 26 21:02:14 2016 +0100

    Related: rhbz#1366710 fedora mips64 and mips64le use lib64
    
    Change-Id: I34aacd5c15595786b8dde4202a7538c4ff7889a3

diff --git a/configure.ac b/configure.ac
index 22c92c9..9622255 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10975,7 +10975,7 @@ AC_SUBST(RHINO_JAR)
 # platforms there.
 supports_multilib=
 case "$host_cpu" in
-x86_64 | powerpc64 | powerpc64le | s390x | aarch64)
+x86_64 | powerpc64 | powerpc64le | s390x | aarch64 | mips64 | mips64el)
     if test "$SAL_TYPES_SIZEOFLONG" = "8"; then
         supports_multilib="yes"
     fi


More information about the Libreoffice-commits mailing list