From: Maamoun TK Date: Sun, 31 Jan 2021 08:15:01 +0000 (+0100) Subject: arch64: Fix clang build X-Git-Tag: nettle_3.8_release_20220602~141^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b098f19bf773130a373c713e097ba978baf2ee72;p=thirdparty%2Fnettle.git arch64: Fix clang build --- 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