summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-03-19 14:57:08 +0200
committerTor Lillqvist <tml@iki.fi>2013-03-19 14:57:53 +0200
commit90a2d46ecb5a3a6ceccc280d2238437bef52c570 (patch)
tree114f11b045c9d6030e59b6b5106bec4eedda8b57 /bridges
parenta996678ed30804e16103e1cfdc439c8546e5d3b0 (diff)
Add the call.s source for the MinGW case
Another blind fix attempt. Change-Id: I5ec2ba5e595a382c53e6975b8dc65644fc8e7409
Diffstat (limited to 'bridges')
-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 5a7516fd96a6..5a2eae215784 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -78,6 +78,7 @@ bridge_exception_objects := cpp2uno dllinit uno2cpp
bridge_noopt_objects := except
else ifeq ($(OS)$(COM),WNTGCC)
bridges_SELECTED_BRIDGE := mingw_intel
+bridge_asm_objects := call
bridge_noopt_objects := uno2cpp
bridge_exception_objects := callvirtualmethod cpp2uno dllinit except smallstruct
endif