add -mlong-jump-table-offsets for m68k also for oox

Change-Id: Ibfba6c7c808ca5212884032c17546e95fa16353a
This commit is contained in:
Rene Engelhard 2017-01-12 19:00:28 +01:00
parent 03ec9c397c
commit 8f15fa63ce

View File

@ -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: