diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-01-23 11:47:08 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-01-27 07:29:14 +0000 |
commit | 8ef01413f6522fe47494b3c1d46d633f1d34e297 (patch) | |
tree | d48dd183f16eba7ef5e7bc908388e2e139bf17e0 /sal | |
parent | c5224a49fde004e36454da459c7d91a6905c1110 (diff) |
Remove support for 32-bit S390
As discussed in the mailing list thread starting at
<https://lists.freedesktop.org/archives/libreoffice/2023-January/089808.html>
"Plan to remove dead C++ UNO bridge implementations (bridges/source/cpp_uno/*)",
the bridge implementation at bridges/source/cpp_uno/gcc3_linux_s390 is
apparently dead and should thus be removed. However, that was the only bridge
implementation for 32-bit S390, which implies that support for the 32-bit S390
architecture as a whole is dead and should thus be removed.
Change-Id: I18b3b4fa11df4ce693107bad6bbea2fab1c19f26
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146058
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/unx/system.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/system.cxx b/sal/osl/unx/system.cxx index 875f4101667c..19c32226df2f 100644 --- a/sal/osl/unx/system.cxx +++ b/sal/osl/unx/system.cxx @@ -155,7 +155,7 @@ int macxp_resolveAlias(char *path, int buflen) //libuno_sal so that dlopening of the libgcj provided libjvm.so on some //platforms where it needs that symbol will succeed. e.g. Debian mips/lenny //with gcc 4.3. With this in place the smoketest succeeds with libgcj provided -//java. Quite possibly also required/helpful for s390x/s390 and maybe some +//java. Quite possibly also required/helpful for s390x and maybe some //others. Without it the dlopen of libjvm.so will fail with __data_start //not found extern int __data_start[] __attribute__((weak)); |