On 03/24/2013 03:21 PM, Peter Foley wrote:
commit d72b4106e2b1525f76ea4d91458204aeec8b408e Author: Peter Foley <[email protected]> Date: Sun Mar 24 10:20:09 2013 -0400make bridges work with clang on x64 linux Change-Id: Idf5c7586e375f0321c765d165f9698403b7a7daf diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk index 12275f5..987517d 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
Peter, can you elaborate which build exactly got fixed by this? Stephan
else ifeq ($(OS),MACOSX) bridges_SELECTED_BRIDGE := gcc3_macosx_x86-64 bridge_exception_objects := abi call callvirtualmethod cpp2uno except uno2cpp
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
