about summary refs log tree commit diff
path: root/sysdeps/s390/s390-64/dl-hwcap-check.h
Commit message (Collapse)AuthorAgeFilesLines
* s390x: Check HWCAP bits against compiler flagsFlorian Weimer2021-05-191-0/+40
When compiled with GCC 11.1 and -march=z14 -O3 build flags, running ld.so (or any dynamically linked program) prints: Fatal glibc error: CPU lacks VXE support (z14 or later required) Co-Authored-By: Stefan Liebler <stli@linux.ibm.com> Reviewed-by: Stefan Liebler <stli@linux.ibm.com>