diff options
author | Brent Cook <busterb@gmail.com> | 2024-03-25 21:21:20 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-27 21:36:01 -0500 |
commit | 1ead2d2318bea3fbc7ffb4f339f1cb32cdcf96f2 (patch) | |
tree | 2a5f2ddf71f5d35fafb52985d22840bf0b27b2b7 /crypto/Makefile.am.mingw64-x86_64 | |
parent | a93085af8e74e784720d9b091adc1c14bb05131e (diff) | |
download | portable-1ead2d2318bea3fbc7ffb4f339f1cb32cdcf96f2.tar.gz portable-1ead2d2318bea3fbc7ffb4f339f1cb32cdcf96f2.tar.bz2 portable-1ead2d2318bea3fbc7ffb4f339f1cb32cdcf96f2.zip |
temporarily undefine endbr* for stable branch macos/windows builds
Testing getting the next stable release out without endbr*/cet
enabled in asm code for now while #1032 is considered for upstream.
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am.mingw64-x86_64 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am.mingw64-x86_64 b/crypto/Makefile.am.mingw64-x86_64 index 5a277c5..d9efc28 100644 --- a/crypto/Makefile.am.mingw64-x86_64 +++ b/crypto/Makefile.am.mingw64-x86_64 | |||
@@ -21,6 +21,8 @@ ASM_X86_64_MINGW64 += cpuid-mingw64-x86_64.S | |||
21 | EXTRA_DIST += $(ASM_X86_64_MINGW64) | 21 | EXTRA_DIST += $(ASM_X86_64_MINGW64) |
22 | 22 | ||
23 | if HOST_ASM_MINGW64_X86_64 | 23 | if HOST_ASM_MINGW64_X86_64 |
24 | libcrypto_la_CPPFLAGS += -Dendbr64= | ||
25 | libcrypto_la_CPPFLAGS += -Dendbr32= | ||
24 | libcrypto_la_CPPFLAGS += -DAES_ASM | 26 | libcrypto_la_CPPFLAGS += -DAES_ASM |
25 | libcrypto_la_CPPFLAGS += -DBSAES_ASM | 27 | libcrypto_la_CPPFLAGS += -DBSAES_ASM |
26 | libcrypto_la_CPPFLAGS += -DVPAES_ASM | 28 | libcrypto_la_CPPFLAGS += -DVPAES_ASM |