summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-22 20:16:33 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-23 09:12:21 +0300
commite29862bcc509916e7fe3e9b2f43b0672c49b7f6e (patch)
tree069bc401af492f596006f2e4d450b04739c65c91 /solenv
parent0ea9722f72c1bece218013cce4c5d9097994408f (diff)
PPC Mac support can go away now (again)
Change-Id: Ie1b2ab13eda584c48aaa0a4a0941f1be451697c1
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/MACOSX_POWERPC_GCC.mk17
1 files changed, 0 insertions, 17 deletions
diff --git a/solenv/gbuild/platform/MACOSX_POWERPC_GCC.mk b/solenv/gbuild/platform/MACOSX_POWERPC_GCC.mk
deleted file mode 100644
index e8330eb5e82a..000000000000
--- a/solenv/gbuild/platform/MACOSX_POWERPC_GCC.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# -*- 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_CPUDEFS := -DPPC
-gb_COMPILERDEFAULTOPTFLAGS := -O2
-
-include $(GBUILDDIR)/platform/macosx.mk
-
-
-# vim: set noet sw=4 ts=4: