diff options
author | Brent Cook <busterb@gmail.com> | 2024-04-08 20:20:35 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-04-08 20:20:35 -0500 |
commit | 1ed1b236f2f9e41ae549391a8ee52cc2894736a9 (patch) | |
tree | b7adfe58b49fabe9a06150e2fbfcea77d2295b4f /crypto/Makefile.am.mingw64-x86_64 | |
parent | 7d28eaa941582f67982e54b937c03d388b2dee47 (diff) | |
parent | 6b55fd7f4cb7b36d0691739650bb9a8e3e8398f9 (diff) | |
download | portable-1ed1b236f2f9e41ae549391a8ee52cc2894736a9.tar.gz portable-1ed1b236f2f9e41ae549391a8ee52cc2894736a9.tar.bz2 portable-1ed1b236f2f9e41ae549391a8ee52cc2894736a9.zip |
Land #1032, mingw: re-enable endbr opcode, add workaround for llvm cet.h issue
Diffstat (limited to 'crypto/Makefile.am.mingw64-x86_64')
-rw-r--r-- | crypto/Makefile.am.mingw64-x86_64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/Makefile.am.mingw64-x86_64 b/crypto/Makefile.am.mingw64-x86_64 index 3c279c4..7d0d3f7 100644 --- a/crypto/Makefile.am.mingw64-x86_64 +++ b/crypto/Makefile.am.mingw64-x86_64 | |||
@@ -17,6 +17,7 @@ ASM_X86_64_MINGW64 += cpuid-mingw64-x86_64.S | |||
17 | EXTRA_DIST += $(ASM_X86_64_MINGW64) | 17 | EXTRA_DIST += $(ASM_X86_64_MINGW64) |
18 | 18 | ||
19 | if HOST_ASM_MINGW64_X86_64 | 19 | if HOST_ASM_MINGW64_X86_64 |
20 | libcrypto_la_CPPFLAGS += -Dendbr32=endbr64 | ||
20 | libcrypto_la_CPPFLAGS += -DAES_ASM | 21 | libcrypto_la_CPPFLAGS += -DAES_ASM |
21 | libcrypto_la_CPPFLAGS += -DBSAES_ASM | 22 | libcrypto_la_CPPFLAGS += -DBSAES_ASM |
22 | libcrypto_la_CPPFLAGS += -DVPAES_ASM | 23 | libcrypto_la_CPPFLAGS += -DVPAES_ASM |