From b8686c0d7098168481a246f8199ab2d865f52d3d Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Tue, 18 Dec 2018 13:57:03 +0100 Subject: S390: Add configure check to detect z10 as mininum architecture level set. Add a configure check for z10 in the same way as done for z196. ChangeLog: * config.h.in (HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT): New undefine. * sysdeps/s390/configure.ac: Add check for z10 support. * sysdeps/s390/configure: Regenerated. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 141db213a9..beecc39d5b 100644 --- a/config.h.in +++ b/config.h.in @@ -62,6 +62,9 @@ /* Define if assembler supports AVX512DQ. */ #undef HAVE_AVX512DQ_ASM_SUPPORT +/* Define if assembler supports z10 zarch instructions as default on S390. */ +#undef HAVE_S390_MIN_Z10_ZARCH_ASM_SUPPORT + /* Define if assembler supports z196 zarch instructions as default on S390. */ #undef HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT -- cgit 1.4.1