aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.bench.include
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2018-06-06 15:20:34 -0400
committerCory Fields <cory-nospam-@coryfields.com>2018-06-06 17:36:53 -0400
commitf68049dd879c216d1e98b6635eec488f8e936ed4 (patch)
tree87ccea21885968255b62f8c5f0a8831f95497dad /src/Makefile.bench.include
parente4082d59f53d25ccafb96fc829cadbdd13b25b16 (diff)
downloadbitcoin-f68049dd879c216d1e98b6635eec488f8e936ed4.tar.xz
crypto: cleanup sha256 build
Rather than appending all possible cpu variants to all targets, create a convenience variable that encompasses all.
Diffstat (limited to 'src/Makefile.bench.include')
-rw-r--r--src/Makefile.bench.include2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.bench.include b/src/Makefile.bench.include
index 804df3bf21..32de1582f8 100644
--- a/src/Makefile.bench.include
+++ b/src/Makefile.bench.include
@@ -39,8 +39,6 @@ bench_bench_bitcoin_LDADD = \
$(LIBBITCOIN_UTIL) \
$(LIBBITCOIN_CONSENSUS) \
$(LIBBITCOIN_CRYPTO) \
- $(LIBBITCOIN_CRYPTO_SSE41) \
- $(LIBBITCOIN_CRYPTO_AVX2) \
$(LIBLEVELDB) \
$(LIBLEVELDB_SSE42) \
$(LIBMEMENV) \