diff options
author | Rene Engelhard <rene@rene-engelhard.de> | 2022-07-27 08:26:12 +0200 |
---|---|---|
committer | René Engelhard <rene@debian.org> | 2022-07-27 11:52:23 +0200 |
commit | c559dbd86474e4b0e5c2d0711508ab7f5efed6b5 (patch) | |
tree | 4ef84369cd3a35ccf99d2e916df25280ced0c315 /bridges | |
parent | 93f28ca499c6d15415f359a9e868a72bbcdc9b4b (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 'bridges')
-rw-r--r-- | bridges/Library_cpp_uno.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bridges/Library_cpp_uno.mk b/bridges/Library_cpp_uno.mk index e2de3c1678b4..a5d2a72c202b 100644 --- a/bridges/Library_cpp_uno.mk +++ b/bridges/Library_cpp_uno.mk @@ -97,7 +97,7 @@ bridges_SELECTED_BRIDGE := gcc3_linux_m68k bridge_noopt_objects := cpp2uno except uno2cpp endif -else ifeq ($(CPUNAME),GODSON) +else ifeq ($(CPUNAME),MIPS) ifneq ($(filter LINUX,$(OS)),) bridges_SELECTED_BRIDGE := gcc3_linux_mips @@ -105,7 +105,7 @@ bridge_noopt_objects := cpp2uno uno2cpp bridge_exception_objects := except endif -else ifeq ($(CPUNAME),GODSON64) +else ifeq ($(CPUNAME),MIPS64) ifneq ($(filter LINUX,$(OS)),) bridges_SELECTED_BRIDGE := gcc3_linux_mips64 |