diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-10 15:18:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-10 15:19:28 +0200 |
commit | 6f30c1970f5c2e140421fd2a846dbcc9d14ebdf5 (patch) | |
tree | cd1709695b89daddc205de6461fa20800deae1a6 /solenv | |
parent | 2abd4cf4f47ec7537da4cd5b7453ee440bb057a3 (diff) |
MACOSX_INTEL_GCC is dead
...since f49ff3f5769e231c08781a7598e85dca5fb8dbc9 "We always build 64-bit OS X
code"
Change-Id: Ie2e2534bbef0014c81cc96f67572d39db21650fc
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/MACOSX_INTEL_GCC.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/solenv/gbuild/platform/MACOSX_INTEL_GCC.mk b/solenv/gbuild/platform/MACOSX_INTEL_GCC.mk deleted file mode 100644 index 3e36b51e0f3a..000000000000 --- a/solenv/gbuild/platform/MACOSX_INTEL_GCC.mk +++ /dev/null @@ -1,16 +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 := -DX86 - -include $(GBUILDDIR)/platform/macosx.mk - - -# vim: set noet sw=4 ts=4: |