From 16983f05df5abe6c79f6b1b09bc5c0bdffb837b7 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 5 Jul 2020 01:11:20 +0300 Subject: Initial attempt at macOS on arm64 support for OpenSSL Sadly the existing arm64 assembler files in OpenSSL use a syntax that Apple's clang doesn't accept. And yeah, ideally we should not use either NSS or OpenSSL on macOS, but native APIs for the functionality in question. Trying to make everything look like Linux is a bone-headed approach. Change-Id: Ib3f137ac73329b92e82c654d1277ee21f5f81b37 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98095 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- external/openssl/ExternalProject_openssl.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'external/openssl/ExternalProject_openssl.mk') diff --git a/external/openssl/ExternalProject_openssl.mk b/external/openssl/ExternalProject_openssl.mk index 37efffefbf4a..ea2b6a405e7f 100644 --- a/external/openssl/ExternalProject_openssl.mk +++ b/external/openssl/ExternalProject_openssl.mk @@ -47,6 +47,7 @@ OPENSSL_PLATFORM := \ $(if $(filter MACOSX,$(OS)),\ $(if $(filter INTEL,$(CPUNAME)),darwin-i386-cc)\ $(if $(filter X86_64,$(CPUNAME)),darwin64-x86_64-cc)\ + $(if $(filter ARM64,$(CPUNAME)),darwin64-arm64-cc)\ )\ )\ )\ -- cgit v1.2.3