[Libreoffice-commits] core.git: solenv/gbuild

Heiher r at hev.cc
Fri Jul 10 12:49:50 PDT 2015


 solenv/gbuild/platform/LINUX_GODSON64_GCC.mk |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

New commits:
commit 14a1d4f12f6974cfcf014324a3127113b9f79d87
Author: Heiher <r at hev.cc>
Date:   Tue Jul 7 17:47:19 2015 +0800

    solenv: platform: Add support for GODSON64.
    
    Change-Id: Ifbdc6932a16b55adf6d4c9092cf8045b0b035f24
    Reviewed-on: https://gerrit.libreoffice.org/16910
    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/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk b/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk
new file mode 100644
index 0000000..c2fe758
--- /dev/null
+++ b/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk
@@ -0,0 +1,16 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+
+#please make generic modifications to unxgcc.mk or linux.mk
+gb_CPUDEFS += -DMIPS64
+gb_COMPILERDEFAULTOPTFLAGS := -Os
+
+include $(GBUILDDIR)/platform/linux.mk
+
+# vim: set noet sw=4:


More information about the Libreoffice-commits mailing list