summaryrefslogtreecommitdiffstats
path: root/bridges/Library_cpp_uno.mk
diff options
context:
space:
mode:
authorHeiher <r@hev.cc>2015-07-07 18:19:09 +0800
committerStephan Bergmann <sbergman@redhat.com>2015-07-10 06:57:41 +0000
commit55b09bd09d1c84de64140949ae9b70e9564a6cd7 (patch)
treeb9deeb74a4a139111e98efb57d4cb6c427813e50 /bridges/Library_cpp_uno.mk
parentAdd an a11y action for items in the Special Characters dialog (diff)
downloadcore-55b09bd09d1c84de64140949ae9b70e9564a6cd7.tar.gz
core-55b09bd09d1c84de64140949ae9b70e9564a6cd7.zip
bridges: Add support for linux mips64.
Change-Id: I71fd2f7d8bfd1b1511dec91f23b61b9f55d21472 Reviewed-on: https://gerrit.libreoffice.org/16845 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bridges/Library_cpp_uno.mk')
-rw-r--r--bridges/Library_cpp_uno.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk
index 34ecf045c13f..2f67535038dd 100644
--- a/bridges/Library_cpp_uno.mk
+++ b/bridges/Library_cpp_uno.mk
@@ -99,6 +99,15 @@ bridge_noopt_objects := cpp2uno uno2cpp
bridge_exception_objects := except
endif
+else ifeq ($(CPUNAME),GODSON64)
+
+ifneq ($(filter ANDROID LINUX,$(OS)),)
+bridges_SELECTED_BRIDGE := gcc3_linux_mips64
+bridge_asm_objects := call
+bridge_noopt_objects := cpp2uno uno2cpp
+bridge_exception_objects := except
+endif
+
else ifeq ($(OS)-$(CPUNAME),LINUX-POWERPC)
bridges_SELECTED_BRIDGE := gcc3_linux_powerpc