summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-03-28 20:43:56 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-03-28 20:43:56 +0200
commit0bff7a2bc96627371d37bfc23f51cf01f0eab30e (patch)
treed12efdb083501456e6e591ee1227b442d9016ccd /Makefile.in
parent53b71192704878f3f19b6c8baabf41ae35ab5b2e (diff)
downloadnettle-0bff7a2bc96627371d37bfc23f51cf01f0eab30e.tar.gz
Initial config for s390x, contributed by Mamone Tarsha.
* configure.ac: Add flag --enable-s390x-msa-x1. Add ABI check for s390x, and setup asm_path. * Makefile.in (distdir): Add s390x directory. * s390x/README: New file
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 0ace35f7..868afdd7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -617,7 +617,8 @@ distdir: $(DISTFILES)
x86_64 x86_64/aesni x86_64/sha_ni x86_64/fat \
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
- powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat ; do \
+ powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
+ s390x ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \