From: John David Anglin Date: Sat, 1 Jul 2023 18:26:18 +0000 (+0000) Subject: hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later) X-Git-Tag: glibc-2.38~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=181e991dfb800f721b693fe1a2227f736b99e725;p=thirdparty%2Fglibc.git hppa: xfail debug/tst-ssp-1 when have-ssp is yes (gcc-12 and later) --- diff --git a/sysdeps/unix/sysv/linux/hppa/Makefile b/sysdeps/unix/sysv/linux/hppa/Makefile index c89ec831820..2e031e2f8a9 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