From 8ef01413f6522fe47494b3c1d46d633f1d34e297 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Jan 2023 11:47:08 +0100 Subject: Remove support for 32-bit S390 As discussed in the mailing list thread starting at "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 --- solenv/clang-format/excludelist | 4 ---- 1 file changed, 4 deletions(-) (limited to 'solenv') diff --git a/solenv/clang-format/excludelist b/solenv/clang-format/excludelist index 155f88ee1a15..36ea57aeb2d9 100644 --- a/solenv/clang-format/excludelist +++ b/solenv/clang-format/excludelist @@ -488,10 +488,6 @@ bridges/source/cpp_uno/gcc3_linux_powerpc64/cpp2uno.cxx bridges/source/cpp_uno/gcc3_linux_powerpc64/except.cxx bridges/source/cpp_uno/gcc3_linux_powerpc64/share.hxx bridges/source/cpp_uno/gcc3_linux_powerpc64/uno2cpp.cxx -bridges/source/cpp_uno/gcc3_linux_s390/cpp2uno.cxx -bridges/source/cpp_uno/gcc3_linux_s390/except.cxx -bridges/source/cpp_uno/gcc3_linux_s390/share.hxx -bridges/source/cpp_uno/gcc3_linux_s390/uno2cpp.cxx bridges/source/cpp_uno/gcc3_linux_s390x/cpp2uno.cxx bridges/source/cpp_uno/gcc3_linux_s390x/except.cxx bridges/source/cpp_uno/gcc3_linux_s390x/share.hxx -- cgit