aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.mingw64-x86_64
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2024-03-25 21:21:20 -0500
committerBrent Cook <busterb@gmail.com>2024-03-27 21:38:46 -0500
commit58f6e8a0800d5236ad53a3423022c67c038103f7 (patch)
tree7743589c189cf9eecc62de4ca385db60c4c534cd /crypto/Makefile.am.mingw64-x86_64
parenta1d52e94a2ad859a69eec03031c5a2434031ba28 (diff)
downloadportable-58f6e8a0800d5236ad53a3423022c67c038103f7.tar.gz
portable-58f6e8a0800d5236ad53a3423022c67c038103f7.tar.bz2
portable-58f6e8a0800d5236ad53a3423022c67c038103f7.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_642
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
21EXTRA_DIST += $(ASM_X86_64_MINGW64) 21EXTRA_DIST += $(ASM_X86_64_MINGW64)
22 22
23if HOST_ASM_MINGW64_X86_64 23if HOST_ASM_MINGW64_X86_64
24libcrypto_la_CPPFLAGS += -Dendbr64=
25libcrypto_la_CPPFLAGS += -Dendbr32=
24libcrypto_la_CPPFLAGS += -DAES_ASM 26libcrypto_la_CPPFLAGS += -DAES_ASM
25libcrypto_la_CPPFLAGS += -DBSAES_ASM 27libcrypto_la_CPPFLAGS += -DBSAES_ASM
26libcrypto_la_CPPFLAGS += -DVPAES_ASM 28libcrypto_la_CPPFLAGS += -DVPAES_ASM