summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-09-25 21:06:50 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-09-25 21:06:50 +0200
commit55493099f3ef0aa2678633cab925f83155b0f3f8 (patch)
tree80617c1bab32c8d9650fc8c8588a2294d017b99a /configure.ac
parent5c19a1cd72315b2c8a2a08754b1b4950ca118943 (diff)
downloadnettle-55493099f3ef0aa2678633cab925f83155b0f3f8.tar.gz
ppc: Add powerpc64/p7 to asm_path.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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"