aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-05-11 20:14:24 +0200
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-05-11 20:24:27 +0200
commit51527ec1ec4264f7e24ef548bb049db07a89fc7f (patch)
tree379da59abe2a105ec0639e356f07cf3e321a31c2 /configure.ac
parent9db941d7737406b8593024ba130c3f9c186af4c6 (diff)
parent7fd0860d12da723a228ddd3c9fb905380eb8b379 (diff)
downloadbitcoin-51527ec1ec4264f7e24ef548bb049db07a89fc7f.tar.xz
Merge bitcoin/bitcoin#25051: Bugfix: configure: Define defaults for enable_arm_{crc,shani}
7fd0860d12da723a228ddd3c9fb905380eb8b379 Bugfix: configure: Define defaults for enable_arm_{crc,shani} (Luke Dashjr) Pull request description: Fix for #17398 and #24115 Trivial, mostly for consistency (you'd have to *try* to break this) ACKs for top commit: pk-b2: ACK https://github.com/bitcoin/bitcoin/pull/25051/commits/7fd0860d12da723a228ddd3c9fb905380eb8b379 seejee: ACK https://github.com/bitcoin/bitcoin/commit/7fd0860d12da723a228ddd3c9fb905380eb8b379 vincenzopalazzo: ACK https://github.com/bitcoin/bitcoin/pull/25051/commits/7fd0860d12da723a228ddd3c9fb905380eb8b379 Tree-SHA512: 51c389787c369f431ca57071f03392438bff9fd41f128c63ce74ca30d2257213f8be225efcb5c1329ad80b714f44427d721215d4f848cc8e63060fa5bc8f1f2e
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0539826edf..6dcc5183ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,6 +470,8 @@ fi
dnl Don't allow extended (non-ASCII) symbols in identifiers. This is easier for code review.
AX_CHECK_COMPILE_FLAG([-fno-extended-identifiers], [CORE_CXXFLAGS="$CORE_CXXFLAGS -fno-extended-identifiers"], [], [$CXXFLAG_WERROR])
+enable_arm_crc=no
+enable_arm_shani=no
enable_sse42=no
enable_sse41=no
enable_avx2=no