From 14a1d4f12f6974cfcf014324a3127113b9f79d87 Mon Sep 17 00:00:00 2001 From: Heiher Date: Tue, 7 Jul 2015 17:47:19 +0800 Subject: solenv: platform: Add support for GODSON64. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifbdc6932a16b55adf6d4c9092cf8045b0b035f24 Reviewed-on: https://gerrit.libreoffice.org/16910 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- solenv/gbuild/platform/LINUX_GODSON64_GCC.mk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 solenv/gbuild/platform/LINUX_GODSON64_GCC.mk (limited to 'solenv') diff --git a/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk b/solenv/gbuild/platform/LINUX_GODSON64_GCC.mk new file mode 100644 index 000000000000..c2fe75848304 --- /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: -- cgit