summaryrefslogtreecommitdiff
path: root/xmloff/Library_xo.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/Library_xo.mk')
-rw-r--r--xmloff/Library_xo.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/xmloff/Library_xo.mk b/xmloff/Library_xo.mk
index 2feb3cf95c69..d8cf94879670 100644
--- a/xmloff/Library_xo.mk
+++ b/xmloff/Library_xo.mk
@@ -368,4 +368,10 @@ $(eval $(call gb_Library_add_exception_objects,xo,\
xmloff/source/xforms/xformsimport \
))
+ifeq ($(CPUNAME),M68K)
+$(eval $(call gb_Library_add_cxxflags,xo,\
+ -mlong-jump-table-offsets \
+))
+endif
+
# vim: set noet sw=4 ts=4: