]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
arch64: Fix clang build
authorMaamoun TK <maamoun.tk@googlemail.com>
Sun, 31 Jan 2021 08:15:01 +0000 (09:15 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 31 Jan 2021 08:15:01 +0000 (09:15 +0100)
configure.ac

index 479ca2b64904b7dedc3347a1be8b5de903f16a09..06505728e555eeb4f5e59ecd2ee2ebae7b493b8b 100644 (file)
@@ -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