From 181e991dfb800f721b693fe1a2227f736b99e725 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 1 Jul 2023 18:26:18 +0000 Subject: hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later) --- sysdeps/unix/sysv/linux/hppa/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.4.1