diff options
author | Heiher <r@hev.cc> | 2015-07-07 17:47:19 +0800 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-07-10 19:49:28 +0000 |
commit | 14a1d4f12f6974cfcf014324a3127113b9f79d87 (patch) | |
tree | 8ca65a20345d5e98330219c54b92623f08c0b0a7 /solenv | |
parent | e8ac3b5bd973054c6fd74db017bb448721e2c3e2 (diff) |
solenv: platform: Add support for GODSON64.
Change-Id: Ifbdc6932a16b55adf6d4c9092cf8045b0b035f24
Reviewed-on: https://gerrit.libreoffice.org/16910
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/LINUX_GODSON64_GCC.mk | 16 |
1 files changed, 16 insertions, 0 deletions
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: |