summaryrefslogtreecommitdiffstats
path: root/bridges/Library_cpp_uno.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-11-17 11:44:23 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-08 14:16:16 +0200
commit72bbd83c03284797ffae2c4ca28abb750b75da72 (patch)
treedbf99d868ac12024c29df6ea80e7227a3f256fde /bridges/Library_cpp_uno.mk
parentPut local static fucntions into anonymous namespace. (diff)
downloadcore-72bbd83c03284797ffae2c4ca28abb750b75da72.tar.gz
core-72bbd83c03284797ffae2c4ca28abb750b75da72.zip
Intermediate work in progress commit on the arm64 C++/UNO bridge
Note that the arm64 code is not even close to "working" yet. Change-Id: I261d09f7e797cded26396ed0d4b8b3021f712ebf
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 79d211948466..1dc13f4282a8 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -21,7 +21,7 @@ ifeq ($(OS),IOS)
$(eval $(call gb_Library_use_sdk_api,gcc3_uno))
bridges_SELECTED_BRIDGE := gcc3_ios_arm
bridge_asm_objects := helper
-bridge_exception_objects := cpp2uno cpp2uno-arm cpp2uno-i386 except uno2cpp uno2cpp-arm uno2cpp-i386
+bridge_exception_objects := cpp2uno cpp2uno-arm cpp2uno-arm64 cpp2uno-i386 except uno2cpp uno2cpp-arm uno2cpp-arm64 uno2cpp-i386
$(eval $(call gb_Library_use_custom_headers,gcc3_uno,\
bridges/source/cpp_uno/gcc3_ios_arm \
))