summaryrefslogtreecommitdiff
path: root/bridges/Library_cpp_uno.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-06 19:30:16 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-07 01:13:36 +0300
commit9e6afcf1624cbde7cc48c94d9062f91b4b1abbec (patch)
tree95397d65ea6bb80a2a69900587a1dff549380040 /bridges/Library_cpp_uno.mk
parent2b8be1c679c40d337b485ae7a29516ed7408d479 (diff)
Pre-cache type_info for com::sun::star::ucb::InteractiveAugmentedIOException
It seems to be the type_info most commonly looked up dynamically, even the only one in an initial test. I think it is a good idea to avoid dlsym() if possible. Change-Id: I0379c534e10efefafdd253ee651f6c74e4aa47d5
Diffstat (limited to 'bridges/Library_cpp_uno.mk')
-rw-r--r--bridges/Library_cpp_uno.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index b19753f67b5c..d0fe43e14cba 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -28,6 +28,7 @@ bridge_cxx_objects := cpp2uno uno2cpp
else ifeq ($(CPU),R)
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