From: Mamone Tarsha Date: Wed, 21 Jul 2021 06:10:15 +0000 (+0300) Subject: [S390x] add FAT_TEST_LIST variable to enable fat build testing X-Git-Tag: nettle_3.8_release_20220602~112^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc00c4dda061c52a7a0501d71fb26308990b4b1;p=thirdparty%2Fnettle.git [S390x] add FAT_TEST_LIST variable to enable fat build testing --- diff --git a/configure.ac b/configure.ac index e4b22ee7..74cbc7ac 100644 --- a/configure.ac +++ b/configure.ac @@ -533,6 +533,7 @@ if test "x$enable_assembler" = xyes ; then if test "x$enable_fat" = xyes ; then asm_path="s390x/fat $asm_path" OPT_NETTLE_SOURCES="fat-s390x.c $OPT_NETTLE_SOURCES" + FAT_TEST_LIST="none msa_x1 msa_x2 msa_x4" else if test "$enable_s390x_msa" = yes ; then asm_path="s390x/msa_x1 s390x/msa_x2 s390x/msa_x4 $asm_path"