[Libreoffice-commits] core.git: configure.ac
Heiher
r at hev.cc
Fri Jul 10 12:50:51 PDT 2015
configure.ac | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
New commits:
commit af932bb3925910450c5c65c7531008ad2c404719
Author: Heiher <r at hev.cc>
Date: Tue Jul 7 17:00:54 2015 +0800
configure: Add support for mips64.
Change-Id: If52e44a028b9cfd9ead4f16186810dde98a67ef1
Reviewed-on: https://gerrit.libreoffice.org/16912
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/configure.ac b/configure.ac
index 87d9d76..7c362aa6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4234,16 +4234,16 @@ linux-gnu*)
PLATFORMID=linux_mips_eb
;;
mips64)
- CPUNAME=GODSON
- RTL_ARCH=MIPS_EB
+ CPUNAME=GODSON64
+ RTL_ARCH=MIPS64_EB
EPM_FLAGS="-a mips64"
- PLATFORMID=linux_mips_eb
+ PLATFORMID=linux_mips64_eb
;;
mips64el)
- CPUNAME=GODSON
- RTL_ARCH=MIPS_EL
+ CPUNAME=GODSON64
+ RTL_ARCH=MIPS64_EL
EPM_FLAGS="-a mips64el"
- PLATFORMID=linux_mips_el
+ PLATFORMID=linux_mips64_el
;;
mipsel)
CPUNAME=GODSON
More information about the Libreoffice-commits
mailing list