diff options
author | Rene Engelhard <rene@debian.org> | 2017-01-07 16:46:14 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2017-01-09 18:42:48 +0100 |
commit | 22779b136058934f1af0dcfa50ba23ea6220db87 (patch) | |
tree | 8fbf0817f591260b66429e4dc4875cc76d95303a /xmloff | |
parent | a5a94537d804f20a0d6472ef2e5995cee2d5b2fe (diff) |
use (new) -mlong-jump-table-offsets on m68k for libxo
Change-Id: I6e2886e2de4f3502c74f1e367216066352994865
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/Library_xo.mk | 6 |
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: |