[Libreoffice-commits] core.git: bridges/Library_cpp_uno.mk
Rene Engelhard
rene at debian.org
Sun Apr 20 15:20:38 PDT 2014
bridges/Library_cpp_uno.mk | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 58fdcd262bf3476b6917c71e76ca6e49d0978c5f
Author: Rene Engelhard <rene at debian.org>
Date: Mon Apr 21 00:19:47 2014 +0200
blind fix for hppa bridges
thete's no call.s, but call.cxx, add call tp "the rest"
Change-Id: Id6552ba8fda0196b3ec8483d1edf490e6afb0ed2
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index d699838..f56a1d3 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -43,8 +43,7 @@ bridge_exception_objects := cpp2uno except uno2cpp
else ifeq ($(OS)-$(CPUNAME),LINUX-HPPA)
bridges_SELECTED_BRIDGE := gcc3_linux_hppa
-bridge_asm_objects := call
-bridge_noopt_objects := cpp2uno except uno2cpp
+bridge_noopt_objects := call cpp2uno except uno2cpp
else ifeq ($(OS)-$(CPUNAME),LINUX-IA64)
More information about the Libreoffice-commits
mailing list