neon implementations which won't be built if no -march is specified
Author: Peter Michael Green <plugwash@raspbian.org>
-diff --git a/GNUmakefile b/GNUmakefile
-index c0c6916..ae7b8c5 100644
---- a/GNUmakefile
-+++ b/GNUmakefile
-@@ -1200,11 +1200,7 @@ endif
- # Also see https://www.crypto++.com/wiki/Cryptogams.
+Index: tempdefuzz/GNUmakefile
+===================================================================
+--- tempdefuzz.orig/GNUmakefile
++++ tempdefuzz/GNUmakefile
+@@ -1193,11 +1193,7 @@ endif
+ # Also see https://www.cryptopp.com/wiki/Cryptogams.
ifeq ($(IS_ARM32)$(IS_LINUX),11)
ifeq ($(filter -DCRYPTOPP_DISABLE_ASM -DCRYPTOPP_DISABLE_ARM_NEON,$(CRYPTOPP_CPPFLAGS)$(CPPFLAGS)$(CXXFLAGS)),)
- # Do not use -march=armv7 if the compiler is already targeting the ISA.