[Libreoffice-commits] core.git: oox/Library_oox.mk

Rene Engelhard rene at debian.org
Thu Jan 12 18:09:35 UTC 2017


 oox/Library_oox.mk |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 8f15fa63ce726d0ef1f91a76d640981c16d301cd
Author: Rene Engelhard <rene at debian.org>
Date:   Thu Jan 12 19:00:28 2017 +0100

    add -mlong-jump-table-offsets for m68k also for oox
    
    Change-Id: Ibfba6c7c808ca5212884032c17546e95fa16353a

diff --git a/oox/Library_oox.mk b/oox/Library_oox.mk
index fcd7215..e6765f4 100644
--- a/oox/Library_oox.mk
+++ b/oox/Library_oox.mk
@@ -314,4 +314,10 @@ $(eval $(call gb_Library_add_exception_objects,oox,\
 ))
 endif
 
+ifeq ($(CPUNAME),M68K)
+$(eval $(call gb_Library_add_cxxflags,oox,\
+    -mlong-jump-table-offsets \
+))
+endif
+
 # vim: set noet sw=4 ts=4:


More information about the Libreoffice-commits mailing list