Permalink
Loading
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
deps: fix MacOS and Win build for OpenSSL-1.1.1
Because llvm on MacOS does not support AVX-512, asm files need to be limited to AVX-2 support even when they are generated on Linux. fake_gcc.pl returns the fake llvm banner version for MacOS as if the assembler supports upto AVX-2. For Windows, makefiles for nmake were updated in OpenSSL-1.1.1 and they are rewritten into GNU makefile format by hand. Backport-PR-URL: #26270 PR-URL: #25381 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
- Loading branch information
Showing
with
8,533 additions
and 2,576 deletions.
- +7 −3 deps/openssl/config/Makefile
- +5,609 −1,261 deps/openssl/config/Makefile_VC-WIN32
- +2,902 −1,311 deps/openssl/config/Makefile_VC-WIN64A
- +11 −0 deps/openssl/config/fake_gcc.pl
- +1 −0 deps/openssl/config/generate_gypi.pl
- +3 −1 deps/openssl/config/openssl-cl.gypi.tmpl
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.