This is an automated email from the ASF dual-hosted git repository. truckman pushed a commit to branch AOO42X in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit 68bb65e2d4e9016b8ddeaa9518eb49c27b79028a Author: Curtis Hamilton <[email protected]> AuthorDate: Thu Oct 3 09:12:14 2024 -0400 Update Library_cpp_uno.mk (cherry picked from commit c079fc4c785ae514b3803e4466d4b8caaa7d257f) --- main/bridges/Library_cpp_uno.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main/bridges/Library_cpp_uno.mk b/main/bridges/Library_cpp_uno.mk index 8fb314ced9..7c3f718b5e 100644 --- a/main/bridges/Library_cpp_uno.mk +++ b/main/bridges/Library_cpp_uno.mk @@ -131,6 +131,10 @@ $(eval $(call gb_Library_add_exception_objects,$(COMNAME)_uno,\ bridges/source/cpp_uno/gcc3_freebsd_powerpc64/uno2cpp \ )) +$(eval $(call gb_Library_add_asmobjects,$(COMNAME)_uno,\ + bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call \ +)) + $(eval $(call gb_LinkTarget_set_cxx_optimization, \ bridges/source/cpp_uno/gcc3_freebsd_powerpc64/cpp2uno \ bridges/source/cpp_uno/gcc3_freebsd_powerpc64/uno2cpp \
