]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
[S390x] Update configure.ac and Makefile.in
authorMamone Tarsha <maamoun.tk@googlemail.com>
Sun, 27 Jun 2021 15:14:43 +0000 (18:14 +0300)
committerMamone Tarsha <maamoun.tk@googlemail.com>
Sun, 27 Jun 2021 15:14:43 +0000 (18:14 +0300)
Makefile.in
configure.ac

index 87d193b63483b4d926901c148f075ec52b34b200..5e0ffdd77601312b565cd093c5a514bb03dce2a3 100644 (file)
@@ -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" ';' ; \
index c0650ec23df6ffed893bbd100a59430649d4900e..64242bfd6c03e759616de60961dc1e8d5aee50dc 100644 (file)
@@ -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
       ;;