summaryrefslogtreecommitdiffstats
path: root/bridges/Library_cpp_uno.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-02-15 15:55:30 +0100
committerjan Iversen <jani@libreoffice.org>2018-02-15 15:58:58 +0100
commit9a62dcf333b2e9b470d5aa1b5c2ddaae6732ad32 (patch)
tree8d73d32a26f8e85bd4f1b4f64f0173d5fd51d80a /bridges/Library_cpp_uno.mk
parentsw: replace DELETEZ with unique_ptr in SwXFrame (diff)
downloadcore-9a62dcf333b2e9b470d5aa1b5c2ddaae6732ad32.tar.gz
core-9a62dcf333b2e9b470d5aa1b5c2ddaae6732ad32.zip
iOS, reduce arm64 files to actually needed
Still comparing the "old" gcc3_ios_arm with the new one, in order to make the asm code work. Change-Id: I3a2fdfc1891a6a4d7065917f5ef8bd19c49b3987
Diffstat (limited to 'bridges/Library_cpp_uno.mk')
-rw-r--r--bridges/Library_cpp_uno.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 73744d2d682c..51eaa5624788 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -24,7 +24,7 @@ endif
else ifeq ($(CPUNAME),ARM64)
bridges_SELECTED_BRIDGE := gcc3_ios
-bridge_noopt_objects := abi call callvirtualmethod cpp2uno except uno2cpp
+bridge_noopt_objects := cpp2uno except uno2cpp
bridge_asm_objects := ios64_helper
else ifeq ($(CPUNAME),AARCH64)