]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ppc: Add powerpc64/p7 to asm_path.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 25 Sep 2020 19:06:50 +0000 (21:06 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 25 Sep 2020 19:06:50 +0000 (21:06 +0200)
configure.ac

index e99836970bcb915d0f8631ee1ca8d110faf5579b..ab12496f257f1a29867a73ea71ec4114ee9c349f 100644 (file)
@@ -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"