summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2020-07-20 21:27:33 +0200
committerNiels Möller <nisse@lysator.liu.se>2020-08-26 18:13:51 +0200
commit152da08e32a9d833a55a9e2b8d733d5c03e132c7 (patch)
treea0364363fccf21b3c82ba7aacc3af4775215a479 /Makefile.in
parent9df0079edc6c2552ee2c162d9b569f7cccb5e215 (diff)
downloadnettle-152da08e32a9d833a55a9e2b8d733d5c03e132c7.tar.gz
Enable powerpc64 assembly
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c73a9e0d..850d391f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -615,7 +615,8 @@ distdir: $(DISTFILES)
done
set -e; for d in sparc32 sparc64 x86 \
x86_64 x86_64/aesni x86_64/sha_ni x86_64/fat \
- arm arm/neon arm/v6 arm/fat ; do \
+ arm arm/neon arm/v6 arm/fat \
+ powerpc64 powerpc64/P8 powerpc64/fat ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \