about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2018-12-18 13:57:08 +0100
committerStefan Liebler <stli@linux.ibm.com>2018-12-18 13:57:08 +0100
commit2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93 (patch)
treeecb7cf3068078a02ef7e9e2a3a99288e203e7801 /config.h.in
parentd097d97626e44bc6e76d5daf80ce3ff7d147b623 (diff)
downloadglibc-2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93.tar.gz
glibc-2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93.tar.xz
glibc-2ee1bc57ab50737ee2ab88c4d796b90e08b4bf93.zip
S390: Add configure check to detect z13 as mininum architecture level set.
Add a configure check for z13 in the same way as done for z196.

ChangeLog:

	* config.h.in (HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT): New undefine.
	* sysdeps/s390/configure.ac: Add check for z13 support.
	* sysdeps/s390/configure: Regenerated.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index beecc39d5b..422a6036ab 100644
--- a/config.h.in
+++ b/config.h.in
@@ -68,6 +68,9 @@
 /* Define if assembler supports z196 zarch instructions as default on S390.  */
 #undef  HAVE_S390_MIN_Z196_ZARCH_ASM_SUPPORT
 
+/* Define if assembler supports z13 zarch instructions as default on S390.  */
+#undef  HAVE_S390_MIN_Z13_ZARCH_ASM_SUPPORT
+
 /* Define if assembler supports vector instructions on S390.  */
 #undef  HAVE_S390_VX_ASM_SUPPORT