Skip to content

Commit

Permalink
deps: add openssl support for arm64
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
evanlucas authored and addaleax committed Sep 22, 2020
1 parent acf63b0 commit f6c0b27
Show file tree
Hide file tree
Showing 62 changed files with 85,213 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openssl/config/Makefile
Expand Up @@ -10,7 +10,7 @@ PERL = perl

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

0 comments on commit f6c0b27

Please sign in to comment.