File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ LIBBITCOIN_WALLET_TOOL=libbitcoin_wallet_tool.a
50
50
endif
51
51
52
52
LIBBITCOIN_CRYPTO = $(LIBBITCOIN_CRYPTO_BASE )
53
- LIBBITCOIN_CRYPTO_SSE4 = crypto/libbitcoin_crypto_sse4.la
54
- LIBBITCOIN_CRYPTO += $(LIBBITCOIN_CRYPTO_SSE4 )
55
53
if ENABLE_SSE41
56
54
LIBBITCOIN_CRYPTO_SSE41 = crypto/libbitcoin_crypto_sse41.la
57
55
LIBBITCOIN_CRYPTO += $(LIBBITCOIN_CRYPTO_SSE41 )
@@ -582,20 +580,14 @@ crypto_libbitcoin_crypto_base_la_SOURCES = \
582
580
crypto/sha1.h \
583
581
crypto/sha256.cpp \
584
582
crypto/sha256.h \
583
+ crypto/sha256_sse4.cpp \
585
584
crypto/sha3.cpp \
586
585
crypto/sha3.h \
587
586
crypto/sha512.cpp \
588
587
crypto/sha512.h \
589
588
crypto/siphash.cpp \
590
589
crypto/siphash.h
591
590
592
- # See explanation for -static in crypto_libbitcoin_crypto_base_la's LDFLAGS and
593
- # CXXFLAGS above
594
- crypto_libbitcoin_crypto_sse4_la_LDFLAGS = $(AM_LDFLAGS ) -static
595
- crypto_libbitcoin_crypto_sse4_la_CXXFLAGS = $(AM_CXXFLAGS ) $(PIE_FLAGS ) -static
596
- crypto_libbitcoin_crypto_sse4_la_CPPFLAGS = $(AM_CPPFLAGS )
597
- crypto_libbitcoin_crypto_sse4_la_SOURCES = crypto/sha256_sse4.cpp
598
-
599
591
# See explanation for -static in crypto_libbitcoin_crypto_base_la's LDFLAGS and
600
592
# CXXFLAGS above
601
593
crypto_libbitcoin_crypto_sse41_la_LDFLAGS = $(AM_LDFLAGS ) -static
You can’t perform that action at this time.
0 commit comments