From: Niels Möller Date: Fri, 25 Sep 2020 19:06:50 +0000 (+0200) Subject: ppc: Add powerpc64/p7 to asm_path. X-Git-Tag: nettle_3.7rc1~53^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55493099f3ef0aa2678633cab925f83155b0f3f8;p=thirdparty%2Fnettle.git ppc: Add powerpc64/p7 to asm_path. --- diff --git a/configure.ac b/configure.ac index e9983697..ab12496f 100644 --- a/configure.ac +++ b/configure.ac @@ -458,7 +458,7 @@ if test "x$enable_assembler" = xyes ; then *powerpc64*) if test "$ABI" = 64 ; then GMP_ASM_POWERPC_R_REGISTERS - asm_path="powerpc64" + asm_path="powerpc64/p7 powerpc64" if test "x$enable_fat" = xyes ; then asm_path="powerpc64/fat $asm_path" OPT_NETTLE_SOURCES="fat-ppc.c $OPT_NETTLE_SOURCES"