diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2023-07-01 18:26:18 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2023-07-01 18:26:18 +0000 |
commit | 181e991dfb800f721b693fe1a2227f736b99e725 (patch) | |
tree | c9ebb93ae93e4c0e13b3ae2145f81188c50f1810 /sysdeps/unix | |
parent | 1d5024f4f052c12e404d42d3b5bfe9c3e9fd27c4 (diff) | |
download | glibc-181e991dfb800f721b693fe1a2227f736b99e725.tar.gz glibc-181e991dfb800f721b693fe1a2227f736b99e725.tar.xz glibc-181e991dfb800f721b693fe1a2227f736b99e725.zip |
hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later)
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/hppa/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile index c89ec83182..2e031e2f8a 100644 --- a/sysdeps/unix/sysv/linux/hppa/Makefile +++ b/sysdeps/unix/sysv/linux/hppa/Makefile @@ -14,3 +14,7 @@ test-xfail-check-execstack = yes test-xfail-check-wx-segment = * endif # $(subdir) == elf + +ifeq ($(subdir),debug) +test-xfail-tst-ssp-1 = $(have-ssp) +endif # $(subdir) == debug |