summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 479ca2b6..06505728 100644
--- a/configure.ac
+++ b/configure.ac
@@ -478,7 +478,7 @@ if test "x$enable_assembler" = xyes ; then
if test "$ABI" = 64 ; then
asm_path=arm64
if test "$enable_armv8_a_crypto" = yes ; then
- CFLAGS="$CFLAGS -Wa,-march=armv8-a+crypto"
+ CFLAGS="$CFLAGS -march=armv8-a+crypto"
asm_path="arm64/v8 $asm_path"
fi
else