summaryrefslogtreecommitdiffstats
path: root/external/openssl/opensslios.patch
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-07-05 00:08:46 +0300
committerTor Lillqvist <tml@collabora.com>2020-07-05 09:12:17 +0200
commit1c4aa5c2d5625bbf05299639d4898872d2bd53bb (patch)
tree8c6e09ecb9bbb8df801d731060cb71ecce644fa2 /external/openssl/opensslios.patch
parentUse up-to-date config.{guess,sub} for external/curl, too (diff)
downloadcore-1c4aa5c2d5625bbf05299639d4898872d2bd53bb.tar.gz
core-1c4aa5c2d5625bbf05299639d4898872d2bd53bb.zip
We don't build OpenSSL for iOS but if we did, it would be arm64
Just for completeness. Did not check whether we actually could build OpenSSL for iOS. As we have managed without so far there probably is no need. Change-Id: Icd41622e7336e723ccd5a3157e956c43f6f92a76 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98011 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'external/openssl/opensslios.patch')
-rw-r--r--external/openssl/opensslios.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/openssl/opensslios.patch b/external/openssl/opensslios.patch
index e3e1c218432f..28af92dd473b 100644
--- a/external/openssl/opensslios.patch
+++ b/external/openssl/opensslios.patch
@@ -5,7 +5,7 @@
"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
+##### iOS in the LibreOffice case
-+"ios-armv7","gcc:-O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:::::",
++"ios-aarch64","clang:-O3 -fomit-frame-pointer -DL_ENDIAN:::IOS::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${aarch64_asm}:::::",
+
##### A/UX
"aux3-gcc","gcc:-O2 -DTERMIO::(unknown):AUX:-lbsd:RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:::",