From 70bcf9e8bea1fee9cca44437730324ba7805b633 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Jan 2023 11:28:21 +0100 Subject: Remove support for AIX 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_aix_powerpc is apparently dead and should thus be removed. However, that was the only bridge implementation for AIX, which implies that support for the AIX platform as a whole is dead and should thus be removed. Change-Id: I96de3f7f97d4fd770ff78256f0ea435383688be9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146057 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- external/openssl/openssl-no-ipc-cmd.patch.0 | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'external/openssl') diff --git a/external/openssl/openssl-no-ipc-cmd.patch.0 b/external/openssl/openssl-no-ipc-cmd.patch.0 index 7f75b8ce64fe..8c6b2c58d63a 100644 --- a/external/openssl/openssl-no-ipc-cmd.patch.0 +++ b/external/openssl/openssl-no-ipc-cmd.patch.0 @@ -40,29 +40,6 @@ if ( $CC ) { # Find the compiler vendor and version number for certain compilers -@@ -364,14 +365,14 @@ - } - } - -- if ( ${SYSTEM} eq 'AIX' ) { -- # favor vendor cc over gcc -- if (IPC::Cmd::can_run('cc')) { -- $CC = 'cc'; -- $CCVENDOR = ''; # Determine later -- $CCVER = 0; -- } -- } -+# if ( ${SYSTEM} eq 'AIX' ) { -+# # favor vendor cc over gcc -+# if (IPC::Cmd::can_run('cc')) { -+# $CC = 'cc'; -+# $CCVENDOR = ''; # Determine later -+# $CCVER = 0; -+# } -+# } - - if ( $SYSTEM eq "SunOS" ) { - # check for Oracle Developer Studio, expected output is "cc: blah-blah C x.x blah-blah" --- util/perl/OpenSSL/config.pm.orig 2022-11-08 12:54:59.751298823 +0100 +++ util/perl/OpenSSL/config.pm 2022-11-08 12:55:16.436287053 +0100 @@ -52,13 +52,13 @@ -- cgit