summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamone Tarsha <maamoun.tk@googlemail.com>2021-06-27 18:14:43 +0300
committerMamone Tarsha <maamoun.tk@googlemail.com>2021-06-27 18:14:43 +0300
commit530e4c8d12de3e59c96b6955be07154a3a93b241 (patch)
tree85edb479ee0694fc673de963b8a3b8413b13d938
parentb0525367c2dedbef9ebd9bf0a35a3cc3181cf7c6 (diff)
downloadnettle-530e4c8d12de3e59c96b6955be07154a3a93b241.tar.gz
[S390x] Update configure.ac and Makefile.in
-rw-r--r--Makefile.in2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 87d193b6..5e0ffdd7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -620,7 +620,7 @@ distdir: $(DISTFILES)
arm arm/neon arm/v6 arm/fat \
arm64 arm64/crypto arm64/fat \
powerpc64 powerpc64/p7 powerpc64/p8 powerpc64/fat \
- s390x s390x/msa_x1 s390x/msa_x2 ; do \
+ s390x s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 ; do \
mkdir "$(distdir)/$$d" ; \
find "$(srcdir)/$$d" -maxdepth 1 '(' -name '*.asm' -o -name '*.m4' -o -name README ')' \
-exec cp '{}' "$(distdir)/$$d" ';' ; \
diff --git a/configure.ac b/configure.ac
index c0650ec2..64242bfd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -531,7 +531,7 @@ if test "x$enable_assembler" = xyes ; then
if test "$ABI" = 64 ; then
asm_path="s390x"
if test "$enable_s390x_msa" = yes ; then
- asm_path="s390x/msa_x1 s390x/msa_x2 $asm_path"
+ asm_path="s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 $asm_path"
fi
fi
;;