summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-10 19:39:44 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-10 19:39:44 -0500
commita619dae0a03888b1e3db1d7c5fdf28c647ed38fa (patch)
tree589b7f9f8def43ed0226c07357b85c9a0d1bb0f8 /GNUmakefile
parent8d8524e66c890cabb91113269c77c6ba7d48039d (diff)
downloadcryptopp-git-a619dae0a03888b1e3db1d7c5fdf28c647ed38fa.tar.gz
Disable NEON when NEON test fails, not ASM
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 6d860539..c7848247 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -515,13 +515,13 @@ ifeq ($(DETECT_FEATURES),1)
else
# Make does not have useful debugging facilities. Show the user
# what happened by compiling again without the pipe.
- $(info Running make again to see what failed)
- $(info $(shell $(TCOMMAND)))
+ # $(info Running make again to see what failed)
+ # $(info $(shell $(TCOMMAND)))
NEON_FLAG =
endif
ifeq ($(NEON_FLAG),)
- CRYPTOPP_CPPFLAGS += -DCRYPTOPP_DISABLE_ASM
+ CRYPTOPP_CPPFLAGS += -DCRYPTOPP_DISABLE_ARM_NEON
endif
# DETECT_FEATURES