summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-09-19 09:44:38 +0200
committerjan Iversen <jani@libreoffice.org>2017-09-19 14:02:51 +0200
commit7e1489bb4c2d11380d28cea2c3cf5d76303eecae (patch)
treee708e5d6f6a8cf6e9d2de88fcc0ea8a58f0d4d36 /solenv
parent2e9eff7380484f3317bf03464b564ae80adfb7d3 (diff)
iOS, remove support for 32bit (arm).
Supporting 32bit iOS, means a.o. adding several libraries to the dependency list because macOSX does not install them by default (e.g. zlib). 32bit is only used in old iPhones. updated configure.ac removed from solenv/gbuild/platform bridges corrected Change-Id: I415e744a9cb4acb3b5fbfca33c22940a1d56e390
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/iOS_ARM_GCC.mk22
-rw-r--r--solenv/gbuild/platform/iOS_I386_GCC.mk22
2 files changed, 0 insertions, 44 deletions
diff --git a/solenv/gbuild/platform/iOS_ARM_GCC.mk b/solenv/gbuild/platform/iOS_ARM_GCC.mk
deleted file mode 100644
index 602afac2001f..000000000000
--- a/solenv/gbuild/platform/iOS_ARM_GCC.mk
+++ /dev/null
@@ -1,22 +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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-gb_CPUDEFS := -DARM32
-
-include $(GBUILDDIR)/platform/iOS.mk
diff --git a/solenv/gbuild/platform/iOS_I386_GCC.mk b/solenv/gbuild/platform/iOS_I386_GCC.mk
deleted file mode 100644
index cae311cd45dd..000000000000
--- a/solenv/gbuild/platform/iOS_I386_GCC.mk
+++ /dev/null
@@ -1,22 +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/.
-#
-# This file incorporates work covered by the following license notice:
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements. See the NOTICE file distributed
-# with this work for additional information regarding copyright
-# ownership. The ASF licenses this file to you under the Apache
-# License, Version 2.0 (the "License"); you may not use this file
-# except in compliance with the License. You may obtain a copy of
-# the License at http://www.apache.org/licenses/LICENSE-2.0 .
-#
-
-gb_CPUDEFS := -DI386
-
-include $(GBUILDDIR)/platform/iOS.mk