Skip to content

Commit f6c0b27

Browse files
evanlucasaddaleax
authored andcommittedSep 22, 2020
deps: add openssl support for arm64
This adds the required files for supporting openssl on arm64. This uses the same configuration that can be found in openssl/openssl#12369 to generate the required files. PR-URL: #34238 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ash Cripps <ashley.cripps@ibm.com>
1 parent acf63b0 commit f6c0b27

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+85213
-1
lines changed
 

‎deps/openssl/config/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PERL = perl
1010

1111
# Supported architecture list
1212
ASM_ARCHS = aix-gcc aix64-gcc BSD-x86 BSD-x86_64 \
13-
darwin64-x86_64-cc darwin-i386-cc linux-aarch64 \
13+
darwin64-x86_64-cc darwin-i386-cc darwin64-arm64-cc linux-aarch64 \
1414
linux-armv4 linux-elf linux-x32 linux-x86_64 linux-ppc \
1515
linux-ppc64 linux-ppc64le linux32-s390x linux64-s390x linux64-mips64\
1616
solaris-x86-gcc solaris64-x86_64-gcc VC-WIN64A VC-WIN32

0 commit comments

Comments
 (0)
Please sign in to comment.