summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-08-29 17:17:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-08-29 17:17:42 +0200
commit235fa0334e0b45c736b636ba1689e2f8c7458697 (patch)
tree3894ac9df79f61854472e64aab3b42223310d335 /solenv
parent6bc81d4e78184cf57d6bc99f1f2dba6938b4fa85 (diff)
Linux AArch64 port
Change-Id: I37044a37348b203944a8eb9d2204e619055f069d
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/LINUX_AARCH64_GCC.mk14
1 files changed, 14 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk b/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk
new file mode 100644
index 000000000000..682199ef061a
--- /dev/null
+++ b/solenv/gbuild/platform/LINUX_AARCH64_GCC.mk
@@ -0,0 +1,14 @@
+# -*- 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/.
+#
+
+gb_COMPILERDEFAULTOPTFLAGS := -Os
+
+include $(GBUILDDIR)/platform/linux.mk
+
+# vim: set noet sw=4: