summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_ooo.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-09-28 13:21:59 +0300
committerTor Lillqvist <tml@iki.fi>2012-09-29 08:16:31 +0300
commit4671e25d99bb2ad0f4f8f68c25fcc1bfce9e79b8 (patch)
treed24cb643497867e9ac2b5057e2d6c9e145e209bf /scp2/InstallModule_ooo.mk
parent0919d45d514642ed6cc62fe20227a99295a09d40 (diff)
No need for BITNESS_OVERRIDE in makefilery as CPU etc work fine
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
Diffstat (limited to 'scp2/InstallModule_ooo.mk')
-rw-r--r--scp2/InstallModule_ooo.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk
index 459cbf644564..5ca6b6c97408 100644
--- a/scp2/InstallModule_ooo.mk
+++ b/scp2/InstallModule_ooo.mk
@@ -166,9 +166,6 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
$(if $(filter-out YES,$(WITH_MYSPELL_DICTS)),\
-DWITHOUT_MYSPELL_DICTS \
) \
- $(if $(BITNESS_OVERRIDE),\
- -DBITNESS_OVERRIDE=$(BITNESS_OVERRIDE) \
- ) \
))
ifeq ($(DISABLE_PYTHON),TRUE)