summaryrefslogtreecommitdiff
path: root/postprocess
diff options
context:
space:
mode:
authorRene Engelhard <rene@rene-engelhard.de>2022-07-27 08:26:12 +0200
committerRené Engelhard <rene@debian.org>2022-07-27 11:52:23 +0200
commitc559dbd86474e4b0e5c2d0711508ab7f5efed6b5 (patch)
tree4ef84369cd3a35ccf99d2e916df25280ced0c315 /postprocess
parent93f28ca499c6d15415f359a9e868a72bbcdc9b4b (diff)
rename GODSON/GODSON64 to MIPS/MIPS64
as that what it actually is and the compiler defines are already -DMIPS/-DMIPS64 anyway (as are the PLATFORMID and the bridges' name mips/mips64) Change-Id: I274e7a3b0e140375a8e697c1790cbdb972251d29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137489 Tested-by: René Engelhard <rene@debian.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: René Engelhard <rene@debian.org>
Diffstat (limited to 'postprocess')
-rw-r--r--postprocess/CustomTarget_registry.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 9e7fbb1398ae..cf9a3432f1ce 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -322,7 +322,7 @@ else
postprocess_FILES_main += $(postprocess_MOD)/org/openoffice/Office/Paths-internallibnumbertextdata.xcu
endif
-ifneq ($(filter POWERPC INTEL ARM HPPA GODSON M68K SPARC S390,$(CPUNAME)),)
+ifneq ($(filter POWERPC INTEL ARM HPPA MIPS M68K SPARC S390,$(CPUNAME)),)
postprocess_FILES_main += \
$(postprocess_MOD)/org/openoffice/Office/Common-32bit.xcu
endif