From: Mamone Tarsha Date: Sun, 27 Jun 2021 15:14:43 +0000 (+0300) Subject: [S390x] Update configure.ac and Makefile.in X-Git-Tag: nettle_3.8_release_20220602~112^2~4^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=530e4c8d12de3e59c96b6955be07154a3a93b241;p=thirdparty%2Fnettle.git [S390x] Update configure.ac and Makefile.in --- 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 ;;