summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-03-29 21:06:48 -0400
committerJeffrey Walton <noloader@gmail.com>2022-03-29 21:06:48 -0400
commit003959567fbbdaa361bc057fe324ee34cfee4732 (patch)
tree8659a1c7a222c5dba3a40df448f909bdfeb846d8 /GNUmakefile
parent9d055394d939d2abdd5bf9cb88baa4db97aa87a8 (diff)
downloadcryptopp-git-003959567fbbdaa361bc057fe324ee34cfee4732.tar.gz
Fix SIGIL on PowerPC during cpu feature probes (GH #1115)
Also see GH #1112
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6109d782..0298fa69 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1701,18 +1701,6 @@ neon_simd.o : neon_simd.cpp
ppc_simd.o : ppc_simd.cpp
$(CXX) $(strip $(CPPFLAGS) $(CXXFLAGS) $(ALTIVEC_FLAG) -c) $<
-# Power7 available
-ppc_power7.o : ppc_power7.cpp
- $(CXX) $(strip $(CPPFLAGS) $(CXXFLAGS) $(POWER7_FLAG) -c) $<
-
-# Power8 available
-ppc_power8.o : ppc_power8.cpp
- $(CXX) $(strip $(CPPFLAGS) $(CXXFLAGS) $(POWER8_FLAG) -c) $<
-
-# Power9 available
-ppc_power9.o : ppc_power9.cpp
- $(CXX) $(strip $(CPPFLAGS) $(CXXFLAGS) $(POWER9_FLAG) -c) $<
-
# AESNI or ARMv7a/ARMv8a available
rijndael_simd.o : rijndael_simd.cpp
$(CXX) $(strip $(CPPFLAGS) $(CXXFLAGS) $(AES_FLAG) -c) $<