diff options
author | James Clarke <jrtc27@jrtc27.com> | 2016-08-05 18:07:33 +0200 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2016-08-05 18:09:59 +0200 |
commit | 3cb45765f2accfa749cc56a087059600ec467f28 (patch) | |
tree | dba1da8cd97d624754cb4e9c94776f39ae6e6b6a /solenv | |
parent | 9dd8a0dcfdff21269f6423224d39d168519fb67e (diff) |
(initial) sparc64 port
Change-Id: I8ec9bb5415a9e6b9083ba89a7790872d67625de1
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/LINUX_SPARC64_GCC.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/LINUX_SPARC64_GCC.mk b/solenv/gbuild/platform/LINUX_SPARC64_GCC.mk new file mode 100644 index 000000000000..9e007101d8ac --- /dev/null +++ b/solenv/gbuild/platform/LINUX_SPARC64_GCC.mk @@ -0,0 +1,15 @@ +# -*- 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_COMPILEROPTFLAGS := -Os + +include $(GBUILDDIR)/platform/linux.mk + +# vim: set noet sw=4: |