Skip to content

Commit f1fcd66

Browse files
evanlucasrichardlau
authored andcommitted
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ash Cripps <[email protected]>
1 parent 755f9e4 commit f1fcd66

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)