summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@verizon.net>2013-03-24 10:20:09 -0400
committerPeter Foley <pefoley2@verizon.net>2013-03-24 10:21:32 -0400
commitd72b4106e2b1525f76ea4d91458204aeec8b408e (patch)
tree181b9f20a0c87580d23f3361da9b780ebef9d772 /bridges
parent96f943045af9068d1e6b5453836eccdbc140e677 (diff)
make bridges work with clang on x64 linux
Change-Id: Idf5c7586e375f0321c765d165f9698403b7a7daf
Diffstat (limited to 'bridges')
-rw-r--r--bridges/Library_cpp_uno.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 12275f5874b1..987517d6a8c4 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -130,7 +130,8 @@ else ifeq ($(CPU),X)
ifneq ($(filter DRAGONFLY FREEBSD LINUX NETBSD OPENBSD,$(OS)),)
bridges_SELECTED_BRIDGE := gcc3_linux_x86-64
bridge_asm_objects := call
-bridge_exception_objects := abi callvirtualmethod cpp2uno except uno2cpp
+bridge_noopt_objects := callvirtualmethod
+bridge_exception_objects := abi cpp2uno except uno2cpp
else ifeq ($(OS),MACOSX)
bridges_SELECTED_BRIDGE := gcc3_macosx_x86-64
bridge_exception_objects := abi call callvirtualmethod cpp2uno except uno2cpp